Skip to content

Commit

Permalink
Merge pull request #2916 from plus3it/dependabot/pip/setuptools-67.8.0
Browse files Browse the repository at this point in the history
Bump setuptools from 67.7.2 to 67.8.0
  • Loading branch information
mergify[bot] authored May 22, 2023
2 parents 06c15a1 + c4add6b commit 4ab4ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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==43.0.0;python_version<="2.7"
setuptools==59.6.0;python_version<="3.6" and python_version>"2.7"
setuptools==67.7.2;python_version>="3.7"
setuptools==67.8.0;python_version>="3.7"
virtualenv==20.15.1;python_version<="2.7"
virtualenv==20.17.1;python_version<="3.6" and python_version>"2.7"
virtualenv==20.23.0;python_version>="3.7"
Expand Down
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==1.0.0
setuptools==67.7.2
setuptools==67.8.0
sphinx==6.2.1
sphinx-rtd-theme==1.2.0

0 comments on commit 4ab4ac3

Please sign in to comment.