Skip to content

Commit

Permalink
Merge pull request #3262 from plus3it/dependabot/pip/python-b55e99cbf6
Browse files Browse the repository at this point in the history
Bump the python group with 5 updates
  • Loading branch information
mergify[bot] authored Oct 30, 2023
2 parents 96d85b7 + 64b43e4 commit 4cb67be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/basics.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setuptools==68.0.0;python_version<="3.7" and python_version>"3.6"
setuptools==68.2.2;python_version>="3.8"
virtualenv==20.15.1;python_version<="2.7"
virtualenv==20.17.1;python_version<="3.6" and python_version>"2.7"
virtualenv==20.24.5;python_version>="3.7"
virtualenv==20.24.6;python_version>="3.7"
wheel==0.33.6;python_version<="2.7"
wheel==0.37.1;python_version<="3.6" and python_version>"2.7"
wheel==0.41.2;python_version>="3.7"
wheel==0.41.3;python_version>="3.7"
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.28.68
boto3==1.28.73
pyinstaller==6.1.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.29.68
awscli==1.29.73
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mock==3.0.5;python_version<="2.7"
mock==5.1.0;python_version>="3.6"
pytest==4.6.3;python_version<="2.7"
pytest==7.0.1;python_version<="3.6" and python_version>"2.7"
pytest==7.4.2;python_version>="3.7"
pytest==7.4.3;python_version>="3.7"
pytest-cov==2.8.1;python_version<="2.7"
pytest-cov==4.0.0;python_version<="3.6" and python_version>"2.7"
pytest-cov==4.1.0;python_version>="3.7"
Expand Down

0 comments on commit 4cb67be

Please sign in to comment.