Skip to content

Commit

Permalink
Bump requests from 2.31.0 to 2.32.0 (#412)
Browse files Browse the repository at this point in the history
* ---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Switch to variable for codecov token

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matteo Figus <matteofigus@gmail.com>
  • Loading branch information
dependabot[bot] and matteofigus authored Jun 5, 2024
1 parent b101d17 commit 54c08d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest-cov==4.0.0
pre-commit==2.12.1
black==24.3.0
pyyaml>=5.4.1
requests==2.31.0
requests==2.32.0
urllib3>=1.26.18
wheel>=0.38.1
yq>=2.14.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pyyaml==6.0
# yq
regex==2023.5.5
# via cfn-lint
requests==2.31.0
requests==2.32.0
# via -r requirements.in
s3transfer==0.6.0
# via
Expand Down

0 comments on commit 54c08d0

Please sign in to comment.