Skip to content

Commit

Permalink
chore(deps): Bump pip from 23.3.2 to 24.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent c09285d commit 8a63a77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ruff = ">=0.0.269,<0.2.2"
nox = {version = "^2023.4.22", python = "3.8"}
poetry = {version = "^1.4.2", python = "3.8"}
pipx = {version = "^1.2.0", python = "3.8"}
pip = {version = "^23.1.2", python = "3.8"}
pip = {version = ">=23.1.2,<25.0.0", python = "3.8"}

[tool.coverage.paths]
source = ["src"]
Expand Down

0 comments on commit 8a63a77

Please sign in to comment.