Skip to content

Commit

Permalink
build(deps-dev): Update pip requirement in the pip group
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.

Updates `pip` to 24.3.1
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/commits)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent d36d16c commit 09b89a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python-dateutil = "2.9.0.post0"
requests = "2.32.3"

[tool.poetry.group.dev.dependencies]
pip ="24.2"
pip ="24.3.1"
flake8 = "7.1.1"
pytest = "8.3.3"

Expand Down

0 comments on commit 09b89a1

Please sign in to comment.