Skip to content

Commit

Permalink
Bump pip from 22.3.1 to 23.3 in /python
Browse files Browse the repository at this point in the history
Bumps [pip](https://github.com/pypa/pip) from 22.3.1 to 23.3.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@22.3.1...23.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 03bba26 commit 9317444
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ flake8 = { version = "^6.0.0", optional = true}
mypy = {version = "^0.991", optional = true}
tox = { version = "^4.2.6", optional = true}
virtualenv = { version = "^20.2.2", optional = true}
pip = { version = "^22.3.1", optional = true}
pip = { version = ">=22.3.1,<24.0.0", optional = true}
twine = { version = "^4.0.2", optional = true}
pre-commit = {version = "^2.12.0", optional = true}
toml = {version = "^0.10.2", optional = true}
Expand All @@ -53,7 +53,7 @@ certifi = "2023.07.22"
tox = "^4.2.6"
pre-commit = "^2.21.0"
virtualenv = "^20.17.1"
pip = "^22.3.1"
pip = ">=22.3.1,<24.0.0"
twine = "^4.0.2"
toml = "^0.10.2"
bump2version = "^1.0.1"
Expand Down

0 comments on commit 9317444

Please sign in to comment.