Skip to content

Commit 8a63a77

Browse files
chore(deps): Bump pip from 23.3.2 to 24.0
Bumps [pip](https://github.com/pypa/pip) from 23.3.2 to 24.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@23.3.2...24.0) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c09285d commit 8a63a77

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ruff = ">=0.0.269,<0.2.2"
5151
nox = {version = "^2023.4.22", python = "3.8"}
5252
poetry = {version = "^1.4.2", python = "3.8"}
5353
pipx = {version = "^1.2.0", python = "3.8"}
54-
pip = {version = "^23.1.2", python = "3.8"}
54+
pip = {version = ">=23.1.2,<25.0.0", python = "3.8"}
5555

5656
[tool.coverage.paths]
5757
source = ["src"]

0 commit comments

Comments
 (0)