Skip to content

Commit c03d559

Browse files
Bump the python group across 1 directory with 7 updates
Bumps the python group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [setuptools](https://github.com/pypa/setuptools) | `69.5.1` | `70.0.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` | | [boto3](https://github.com/boto/boto3) | `1.34.103` | `1.34.113` | | [pep8-naming](https://github.com/PyCQA/pep8-naming) | `0.13.3` | `0.14.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.1.0` | `3.2.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.1` | `20.26.2` | | [awscli](https://github.com/aws/aws-cli) | `1.32.103` | `1.32.113` | Updates `setuptools` from 69.5.1 to 70.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v69.5.1...v70.0.0) Updates `pytest` from 8.2.0 to 8.2.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.0...8.2.1) Updates `boto3` from 1.34.103 to 1.34.113 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.103...1.34.113) Updates `pep8-naming` from 0.13.3 to 0.14.1 - [Release notes](https://github.com/PyCQA/pep8-naming/releases) - [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst) - [Commits](PyCQA/pep8-naming@0.13.3...0.14.1) Updates `pylint` from 3.1.0 to 3.2.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.1.0...v3.2.2) Updates `virtualenv` from 20.26.1 to 20.26.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.26.1...20.26.2) Updates `awscli` from 1.32.103 to 1.32.113 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](aws/aws-cli@1.32.103...1.32.113) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pytest 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: pep8-naming dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: virtualenv 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]>
1 parent 5c0fdd7 commit c03d559

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

requirements/basics.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
setuptools==43.0.0;python_version<="2.7"
22
setuptools==59.6.0;python_version<="3.6" and python_version>"2.7"
33
setuptools==68.0.0;python_version<="3.7" and python_version>"3.6"
4-
setuptools==69.5.1;python_version>="3.8"
4+
setuptools==70.0.0;python_version>="3.8"
55
virtualenv==20.15.1;python_version<="2.7"
66
virtualenv==20.17.1;python_version<="3.6" and python_version>"2.7"
7-
virtualenv==20.26.1;python_version>="3.7"
7+
virtualenv==20.26.2;python_version>="3.7"
88
wheel==0.33.6;python_version<="2.7"
99
wheel==0.37.1;python_version<="3.6" and python_version>"2.7"
1010
wheel==0.42.0;python_version<="3.7" and python_version>"3.6"

requirements/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3==1.34.103
1+
boto3==1.34.113
22
pyinstaller==6.6.0

requirements/check.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flake8-future-import==0.4.7
1010
flake8-print==5.0.0
1111
isort==5.13.2
1212
m2r==0.3.1
13-
pep8-naming==0.13.3
13+
pep8-naming==0.14.1
1414
pydocstyle==6.3.0
15-
pylint==3.1.0
15+
pylint==3.2.2
1616
readme-renderer==43.0

requirements/deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
satsuki==0.1.50
2-
awscli==1.32.103
2+
awscli==1.32.113

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r docs-check.txt
22

33
myst-parser==3.0.1
4-
setuptools==69.5.1
4+
setuptools==70.0.0
55
sphinx==7.3.7
66
sphinx-rtd-theme==2.0.0

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mock==5.1.0;python_version>="3.6"
33
pytest==4.6.3;python_version<="2.7"
44
pytest==7.0.1;python_version<="3.6" and python_version>"2.7"
55
pytest==7.4.4;python_version<="3.7" and python_version>"3.6"
6-
pytest==8.2.0;python_version>="3.8"
6+
pytest==8.2.1;python_version>="3.8"
77
pytest-cov==2.8.1;python_version<="2.7"
88
pytest-cov==4.0.0;python_version<="3.6" and python_version>"2.7"
99
pytest-cov==4.1.0;python_version<="3.7" and python_version>"3.6"

0 commit comments

Comments
 (0)