Skip to content

Commit

Permalink
chore(deps): bump click from 8.1.3 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.3 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.3...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 Sep 7, 2023
1 parent 6fe1103 commit a150003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires-python = ">=3.7"
dependencies = [
"boto3 ~= 1.26",
# 8.1.4 failing with mypy
"click == 8.1.3",
"click == 8.1.7",
"pyyaml ~= 6.0",
# Job Attachments
"typing_extensions ~= 4.5",
Expand Down

0 comments on commit a150003

Please sign in to comment.