Skip to content

Commit

Permalink
Bump the python group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.1` | `8.3.2` |
| [awscli](https://github.com/aws/aws-cli) | `1.33.27` | `1.33.31` |
| [setuptools](https://github.com/pypa/setuptools) | `71.1.0` | `72.0.0` |
| [boto3](https://github.com/boto/boto3) | `1.34.145` | `1.34.149` |
| [pip](https://github.com/pypa/pip) | `24.1.2` | `24.2` |


Updates `pytest` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.1...8.3.2)

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

Updates `setuptools` from 71.1.0 to 72.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v71.1.0...v72.0.0)

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

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

---
updated-dependencies:
- dependency-name: pytest
  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
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- 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-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 29, 2024
1 parent 449e750 commit 58cbc56
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/basics.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools==59.6.0;python_version<="3.6"
setuptools==68.0.0;python_version<="3.7" and python_version>"3.6"
setuptools==71.1.0;python_version>="3.8"
setuptools==72.0.0;python_version>="3.8"
virtualenv==20.17.1;python_version<="3.6"
virtualenv==20.26.3;python_version>="3.7"
wheel==0.37.1;python_version<="3.6"
Expand Down
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.34.145
boto3==1.34.149
pyinstaller==6.9.0
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.33.27
awscli==1.33.31
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r docs-check.txt

myst-parser==3.0.1
setuptools==71.1.0
setuptools==72.0.0
sphinx==7.4.7
sphinx-rtd-theme==2.0.0
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==24.1.2;python_version>="3.8"
pip==24.2;python_version>="3.8"
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mock==5.1.0;python_version>="3.6"
pytest==7.0.1;python_version<="3.6"
pytest==7.4.4;python_version<="3.7" and python_version>"3.6"
pytest==8.3.1;python_version>="3.8"
pytest==8.3.2;python_version>="3.8"
pytest-cov==4.0.0;python_version<="3.6"
pytest-cov==4.1.0;python_version<="3.7" and python_version>"3.6"
pytest-cov==5.0.0;python_version>="3.8"
Expand Down

0 comments on commit 58cbc56

Please sign in to comment.