Skip to content

Commit

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

---
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 Nov 12, 2023
1 parent 9ced118 commit e53c794
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/prod.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/prod.txt
# black
Expand Down Expand Up @@ -66,6 +66,10 @@ filelock==3.12.2
# virtualenv
ghp-import==2.1.0
# via mkdocs
greenlet==3.0.1
# via
# -r requirements/prod.txt
# sqlalchemy
gvgen==1.0
# via -r requirements/prod.txt
identify==2.5.26
Expand Down
4 changes: 3 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via -r requirements/prod.in
faker==19.3.0
# via
Expand All @@ -19,6 +19,8 @@ faker-edu==1.0.0
# via -r requirements/prod.in
faker-nonprofit==1.0.0
# via -r requirements/prod.in
greenlet==3.0.1
# via sqlalchemy
gvgen==1.0
# via -r requirements/prod.in
idna==3.4
Expand Down

0 comments on commit e53c794

Please sign in to comment.