Skip to content

Commit

Permalink
Merge pull request #3304 from plus3it/dependabot/pip/python-f04515b34e
Browse files Browse the repository at this point in the history
Bump the python group with 7 updates
  • Loading branch information
mergify[bot] authored Feb 14, 2024
2 parents 1de4f5f + f9d39f9 commit 26b0d5d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/basics.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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==69.0.3;python_version>="3.8"
setuptools==69.1.0;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.25.0;python_version>="3.7"
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.14
boto3==1.34.39
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==7.0.0
flake8-bugbear==23.12.2
flake8-bugbear==24.2.6
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.32.14
awscli==1.32.39
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==69.0.3
setuptools==69.1.0
sphinx==7.2.6
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==19.3.1;python_version<="2.7"
pip==21.3.1;python_version<="3.6" and python_version>"2.7"
pip==23.3.2;python_version>="3.7"
pip==24.0;python_version>="3.7"
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ 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.4;python_version>="3.7"
pytest==7.4.4;python_version<="3.7" and python_version>"3.6"
pytest==8.0.0;python_version>="3.8"
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
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
tox==3.14.0;python_version<="2.7"
tox==3.28.0;python_version<="3.6" and python_version>"2.7"
tox==4.8.0;python_version<="3.7" and python_version>"3.6"
tox==4.11.4;python_version>="3.8"
tox==4.12.1;python_version>="3.8"

0 comments on commit 26b0d5d

Please sign in to comment.