Skip to content

Commit

Permalink
build(deps-dev): bump pip-tools from 7.0.0 to 7.4.0
Browse files Browse the repository at this point in the history
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.0.0 to 7.4.0.
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md)
- [Commits](jazzband/pip-tools@7.0.0...7.4.0)

---
updated-dependencies:
- dependency-name: pip-tools
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent c28c7fe commit 7205568
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bcrypt==3.2.0
# via paramiko
black==23.7.0
# via -r requirements.dev.in
build==0.8.0
build==1.0.3
# via pip-tools
cerberus==1.3.5
# via plette
Expand Down Expand Up @@ -76,6 +76,8 @@ idna==2.9
# via
# -c requirements.prod.txt
# requests
importlib-metadata==7.0.1
# via build
iniconfig==1.1.1
# via pytest
isort==5.13.0
Expand All @@ -98,12 +100,10 @@ paramiko==2.10.3
pathspec==0.9.0
# via black
pep517==0.12.0
# via
# build
# requirementslib
# via requirementslib
pip-api==0.0.30
# via isort
pip-tools==7.0.0
pip-tools==7.4.0
# via -r requirements.dev.in
pipreqs==0.4.13
# via isort
Expand All @@ -130,6 +130,10 @@ pyflakes==3.0.1
# via flake8
pynacl==1.5.0
# via paramiko
pyproject-hooks==1.0.0
# via
# build
# pip-tools
pyrsistent==0.18.1
# via jsonschema
pytest==7.4.0
Expand Down Expand Up @@ -181,6 +185,7 @@ tomli==1.2.3
# build
# pep517
# pip-tools
# pyproject-hooks
# pytest
tomlkit==0.12.3
# via
Expand All @@ -206,6 +211,8 @@ wheel==0.38.1
# via pip-tools
yarg==0.1.9
# via pipreqs
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 7205568

Please sign in to comment.