Skip to content

Commit

Permalink
Bump the boto3-dependencies group with 2 updates (#185)
Browse files Browse the repository at this point in the history
* Bump the boto3-dependencies group with 2 updates

Bumps the boto3-dependencies group with 2 updates: [boto3](https://github.com/boto/boto3) and [moto](https://github.com/getmoto/moto).


Updates `boto3` from 1.34.36 to 1.34.80
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.36...1.34.80)

Updates `moto` from 5.0.1 to 5.0.5
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.1...5.0.5)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boto3-dependencies
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: boto3-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix Codecov

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: danishi <[email protected]>
  • Loading branch information
dependabot[bot] and danishi authored Apr 8, 2024
1 parent 133301c commit 034cd5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Run Lizard 🌀
uses: Uno-Takashi/Lizard-Runner@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
autopep8==2.1.0
flake8==7.0.0
lizard==1.17.10
moto==5.0.1
moto==5.0.5
pytest==8.1.1
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3==1.34.36
boto3==1.34.80
configparser==6.0.1
tqdm==4.66.2

0 comments on commit 034cd5f

Please sign in to comment.