Skip to content

Commit

Permalink
Bump click from 8.1.7 to 8.1.8
Browse files Browse the repository at this point in the history
Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Dec 30, 2024
1 parent eb5f835 commit fb575b7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/checkdocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
click==8.1.8
# via
# pip-tools
# uvicorn
Expand Down
2 changes: 1 addition & 1 deletion requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black==24.10.0
# via -r requirements/checkformatting.in
build==1.0.3
# via pip-tools
click==8.1.7
click==8.1.8
# via
# black
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.0.3
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
coverage==7.6.9
# via -r requirements/coverage.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ chameleon==4.4.3
# via
# -r requirements/prod.txt
# deform
click==8.1.7
click==8.1.8
# via
# -r requirements/prod.txt
# celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
click==8.1.8
# via
# pip-tools
# uvicorn
Expand Down
2 changes: 1 addition & 1 deletion requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black==24.10.0
# via -r requirements/format.in
build==1.0.3
# via pip-tools
click==8.1.7
click==8.1.8
# via
# black
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ chameleon==4.4.3
# via
# -r requirements/prod.txt
# deform
click==8.1.7
click==8.1.8
# via
# -r requirements/prod.txt
# celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ chameleon==4.4.3
# -r requirements/functests.txt
# -r requirements/tests.txt
# deform
click==8.1.7
click==8.1.8
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cffi==1.17.1
# via -r requirements/prod.in
chameleon==4.4.3
# via deform
click==8.1.7
click==8.1.8
# via
# -r requirements/prod.in
# celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ chameleon==4.4.3
# via
# -r requirements/prod.txt
# deform
click==8.1.7
click==8.1.8
# via
# -r requirements/prod.txt
# celery
Expand Down

0 comments on commit fb575b7

Please sign in to comment.