Skip to content

Commit a099ef3

Browse files
dependabot[bot]ArzelaAscoIi
authored andcommitted
build: update click requirement from <=8.2.0 to <=8.3.1
Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@0.1...8.3.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac34c63 commit a099ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"httpx>=0.27.2",
2727
"python-dotenv>=1.0.1",
2828
"typer>=0.15.0",
29-
"click<=8.2.0", # fixed because of bug in 8.2.1, see https://github.com/pallets/click/issues/2939
29+
"click<=8.3.1", # fixed because of bug in 8.2.1, see https://github.com/pallets/click/issues/2939
3030
"tenacity>=8.3.0",
3131
"aiohttp>=3.10.10",
3232
"aiofiles>=24.1.0",

0 commit comments

Comments
 (0)