Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2022
1 parent 21bcd52 commit 86a699a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
package_dir={"": "."},
packages=setuptools.find_packages(where="."),
install_requires=[
"click==8.1.2",
"click==8.1.3",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 86a699a

Please sign in to comment.