Skip to content

Commit

Permalink
Update pip requirement from <24.4,>=21.0 to >=21.0,<25.1
Browse files Browse the repository at this point in the history
Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@21.0...25.0)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent f24acc0 commit da29c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip>=21.0,<24.4
pip>=21.0,<25.1
colorlog==6.9.0
ruff==0.9.2
pydocstyle==6.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip>=21.0,<24.4
pip>=21.0,<25.1
colorlog==6.9.0
ruff==0.9.2
pydocstyle==6.3.0
Expand Down

0 comments on commit da29c34

Please sign in to comment.