Skip to content

Commit

Permalink
Bump pip-tools from 6.13.0 to 7.3.0
Browse files Browse the repository at this point in the history
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.13.0 to 7.3.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@6.13.0...7.3.0)

---
updated-dependencies:
- dependency-name: pip-tools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Nov 3, 2023
1 parent 6ee34b9 commit 825fc85
Show file tree
Hide file tree
Showing 9 changed files with 804 additions and 795 deletions.
209 changes: 105 additions & 104 deletions requirements/bddtests.txt

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --allow-unsafe requirements/checkformatting.in
#
black==23.3.0
# via -r checkformatting.in
# via -r requirements/checkformatting.in
build==0.8.0
# via pip-tools
click==8.0.3
Expand All @@ -15,7 +15,7 @@ click==8.0.3
importlib-metadata==4.12.0
# via pip-sync-faster
isort==5.12.0
# via -r checkformatting.in
# via -r requirements/checkformatting.in
mypy-extensions==0.4.3
# via black
packaging==23.0
Expand All @@ -27,10 +27,10 @@ pathspec==0.9.0
pep517==0.12.0
# via build
pip-sync-faster==0.0.3
# via -r checkformatting.in
pip-tools==6.13.0
# via -r requirements/checkformatting.in
pip-tools==7.3.0
# via
# -r checkformatting.in
# -r requirements/checkformatting.in
# pip-sync-faster
platformdirs==2.4.0
# via black
Expand All @@ -39,6 +39,7 @@ tomli==1.2.2
# black
# build
# pep517
# pip-tools
typing-extensions==4.0.0
# via black
wheel==0.37.1
Expand Down
9 changes: 5 additions & 4 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ build==0.8.0
click==8.1.3
# via pip-tools
coverage[toml]==7.2.7
# via -r coverage.in
# via -r requirements/coverage.in
importlib-metadata==4.12.0
# via pip-sync-faster
packaging==21.3
# via build
pep517==0.12.0
# via build
pip-sync-faster==0.0.3
# via -r coverage.in
pip-tools==6.13.0
# via -r requirements/coverage.in
pip-tools==7.3.0
# via
# -r coverage.in
# -r requirements/coverage.in
# pip-sync-faster
pyparsing==3.0.9
# via packaging
Expand All @@ -29,6 +29,7 @@ tomli==2.0.1
# build
# coverage
# pep517
# pip-tools
wheel==0.37.1
# via pip-tools
zipp==3.8.1
Expand Down
Loading

0 comments on commit 825fc85

Please sign in to comment.