Skip to content

Commit

Permalink
Bump the python group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 3 updates: [boto3](https://github.com/boto/boto3), [pip](https://github.com/pypa/pip) and [awscli](https://github.com/aws/aws-cli).


Updates `boto3` from 1.36.11 to 1.36.16
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.36.11...1.36.16)

Updates `pip` from 25.0 to 25.0.1
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@25.0...25.0.1)

Updates `awscli` from 1.37.11 to 1.37.16
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.37.11...1.37.16)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 94ab0bb commit bfcb464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.36.11
boto3==1.36.16
pyinstaller==6.11.1
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
satsuki==0.1.50
awscli==1.37.11
awscli==1.37.16
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip==21.3.1;python_version<="3.6"
pip==24.0;python_version<="3.7" and python_version>"3.6"
pip==25.0;python_version>="3.8"
pip==25.0.1;python_version>="3.8"

0 comments on commit bfcb464

Please sign in to comment.