Skip to content

Commit

Permalink
Update pip requirement from ~=23.2 to ~=23.3
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@23.2...23.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent bc0d8b7 commit 2f3b9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is used for running tox, flake8 and building the wheel
pip~=23.2
pip~=23.3
virtualenv~=20.24
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
logilab-common~=1.10
Expand Down

0 comments on commit 2f3b9bc

Please sign in to comment.