Skip to content

Commit

Permalink
build(deps): 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 Jan 1, 2025
1 parent b482901 commit cdd1616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==8.1.7
click==8.1.8
coverage==7.6.1
Markdown==3.7
markdown2==2.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ def run(self):
use_scm_version=True,
python_requires=">=3.9",
extras_require={
"cli": ["click==8.1.7"],
"cli": ["click==8.1.8"],
},
)

0 comments on commit cdd1616

Please sign in to comment.