Skip to content

Commit

Permalink
Bump click from 7.1.2 to 8.1.7 (#1346)
Browse files Browse the repository at this point in the history
Bumps [click](https://github.com/pallets/click) from 7.1.2 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@7.1.2...8.1.7)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2024
1 parent a53289e commit 223b0cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ typing_extensions = { version = ">=3.7.4,<5.0.0", python = "<3.8" }
packaging = ">=20.0"

[tool.poetry.group.dev.dependencies]
click = ">=7.0,<8.0" # We must specify the click version because we install older versions of Streamlit in the CI process and their depending click version is different from the newer releases.
click = ">=7.0,<9.0" # We must specify the click version because we install older versions of Streamlit in the CI process and their depending click version is different from the newer releases.
ruff = ">=0.3,<0.7"
mypy = "^1.11.2"
pydub = "^0.25.1"
Expand Down

0 comments on commit 223b0cf

Please sign in to comment.