Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [setuptools](https://github.com/pypa/setuptools) | `72.1.0` | `72.2.0` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.4.7` | `8.0.2` |
| [boto3](https://github.com/boto/boto3) | `1.34.153` | `1.35.0` |
| [tox](https://github.com/tox-dev/tox) | `4.16.0` | `4.18.0` |
| [awscli](https://github.com/aws/aws-cli) | `1.33.35` | `1.34.0` |



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

Updates `sphinx` from 7.4.7 to 8.0.2
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.4.7...v8.0.2)

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

Updates `tox` from 4.16.0 to 4.18.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.16.0...4.18.0)

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

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: sphinx
  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-minor
  dependency-group: python
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: awscli
  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] authored Aug 19, 2024
1 parent f117208 commit a58e8a1
Show file tree
Hide file tree
Showing 5 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==72.1.0;python_version>="3.8"
setuptools==72.2.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.153
boto3==1.35.0
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.35
awscli==1.34.0
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r docs-check.txt

myst-parser==4.0.0
setuptools==72.1.0
sphinx==7.4.7
setuptools==72.2.0
sphinx==8.0.2
sphinx-rtd-theme==2.0.0
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

tox==3.28.0;python_version<="3.6"
tox==4.8.0;python_version<="3.7" and python_version>"3.6"
tox==4.16.0;python_version>="3.8"
tox==4.18.0;python_version>="3.8"

0 comments on commit a58e8a1

Please sign in to comment.