Skip to content

Commit

Permalink
Merge pull request #3285 from plus3it/dependabot/pip/python-81092595e0
Browse files Browse the repository at this point in the history
Bump the python group with 7 updates
  • Loading branch information
mergify[bot] authored Nov 27, 2023
2 parents 137ebf4 + b178e2c commit 6d00224
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions requirements/basics.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
setuptools==43.0.0;python_version<="2.7"
setuptools==59.6.0;python_version<="3.6" and python_version>"2.7"
setuptools==68.0.0;python_version<="3.7" and python_version>"3.6"
setuptools==68.2.2;python_version>="3.8"
setuptools==69.0.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.6;python_version>="3.7"
virtualenv==20.24.7;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.3;python_version>="3.7"
wheel==0.42.0;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.29.3
boto3==1.29.7
pyinstaller==6.2.0
2 changes: 1 addition & 1 deletion requirements/check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

check-manifest==0.49
flake8==6.1.0
flake8-bugbear==23.9.16
flake8-bugbear==23.11.26
flake8-builtins==2.2.0
flake8-docstrings==1.7.0
flake8-isort==6.1.1
Expand Down
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.30.3
awscli==1.30.7
2 changes: 1 addition & 1 deletion requirements/docs-check.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pygments==2.17.1
pygments==2.17.2
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==2.0.0
setuptools==68.2.2
setuptools==69.0.2
sphinx==7.2.6
sphinx-rtd-theme==1.3.0

0 comments on commit 6d00224

Please sign in to comment.