Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 4 updates in the /requirements directory: [setuptools](https://github.com/pypa/setuptools), [virtualenv](https://github.com/pypa/virtualenv), [wheel](https://github.com/pypa/wheel) and [pip](https://github.com/pypa/pip).


Updates `setuptools` from 72.1.0 to 75.8.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v72.1.0...v75.8.0)

Updates `virtualenv` from 20.26.3 to 20.26.6
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.26.3...20.26.6)

Updates `wheel` from 0.44.0 to 0.45.1
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.44.0...0.45.1)

Updates `pip` from 24.2 to 24.3.1
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@24.2...24.3.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: virtualenv
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: wheel
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pip
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 18, 2025
1 parent 08667a5 commit 934ff89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements/basics.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
setuptools==59.6.0;python_version<="3.6"
setuptools==68.0.0;python_version<="3.7" and python_version>"3.6"
setuptools==72.1.0;python_version>="3.8"
setuptools==75.8.0;python_version>="3.8"
virtualenv==20.17.1;python_version<="3.6"
virtualenv==20.26.3;python_version>="3.7"
virtualenv==20.26.6;python_version>="3.7"
wheel==0.37.1;python_version<="3.6"
wheel==0.42.0;python_version<="3.7" and python_version>"3.6"
wheel==0.44.0;python_version>="3.8"
wheel==0.45.1;python_version>="3.8"
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==4.0.0
setuptools==72.1.0
setuptools==75.8.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.2;python_version>="3.8"
pip==24.3.1;python_version>="3.8"

0 comments on commit 934ff89

Please sign in to comment.