Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [setuptools](https://github.com/pypa/setuptools) | `70.3.0` | `71.1.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.5` | `3.2.6` |
| [boto3](https://github.com/boto/boto3) | `1.34.144` | `1.34.145` |
| [awscli](https://github.com/aws/aws-cli) | `1.33.26` | `1.33.27` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.1` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.4.3` | `7.4.7` |


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

Updates `pylint` from 3.2.5 to 3.2.6
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.5...v3.2.6)

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

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

Updates `pytest` from 8.2.2 to 8.3.1
- [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.2.2...8.3.1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 22, 2024
1 parent 08d158f commit d39e6d8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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==70.3.0;python_version>="3.8"
setuptools==71.1.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.144
boto3==1.34.145
pyinstaller==6.9.0
2 changes: 1 addition & 1 deletion requirements/check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ isort==5.13.2
m2r==0.3.1
pep8-naming==0.14.1
pydocstyle==6.3.0
pylint==3.2.5
pylint==3.2.6
readme-renderer==44.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.26
awscli==1.33.27
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==3.0.1
setuptools==70.3.0
sphinx==7.4.3
setuptools==71.1.0
sphinx==7.4.7
sphinx-rtd-theme==2.0.0
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.2.2;python_version>="3.8"
pytest==8.3.1;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 d39e6d8

Please sign in to comment.