Skip to content

Commit

Permalink
Merge pull request #3376 from plus3it/dependabot/pip/python-4b320b2371
Browse files Browse the repository at this point in the history
Bump the python group with 5 updates
  • Loading branch information
mergify[bot] committed Jul 29, 2024
2 parents 449e750 + 58cbc56 commit 0a5e252
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 0a5e252

Please sign in to comment.