Skip to content

Commit

Permalink
chore(deps): bump pip from 22.3.1 to 23.3
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 and matinnuhamunada committed Jan 26, 2024
1 parent 3acb39a commit 34d138d
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 @@ -34,7 +34,7 @@ flake8-docstrings = { version = "^1.6.0", optional = true }
pytest = ">=7.2.0"
pytest-cov = { version = "^3.0.0", optional = true}
virtualenv = { version = "^20.13.1", optional = true}
pip = { version = "^22.0.3", optional = true}
pip = { version = ">=22.0.3,<24.0.0", optional = true}
mkdocs = { version = "^1.2.3", optional = true}
mkdocs-include-markdown-plugin = { version = "^3.2.3", optional = true}
mkdocs-material = "^9.2.0b3"
Expand Down

0 comments on commit 34d138d

Please sign in to comment.