Skip to content

Commit 844cd3b

Browse files
fix: lower click's version to 8.2.1 (8.2.2 was yanked)
1 parent 729341f commit 844cd3b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gh = ">=2.83.1"
2424
# `pixi config set pinning-strategy latest-up` removes the upper bound on the versions of the dependencies
2525
[pypi-dependencies]
2626
afterpython = { path = ".", editable = true }
27-
click = ">=8.2.2"
27+
click = ">=8.2.1"
2828
trogon = ">=0.6.0"
2929
httpx = ">=0.28.1"
3030
tomlkit = ">=0.13.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
]
3333
requires-python = ">=3.11"
3434
dependencies = [
35-
"click>=8.2.2",
35+
"click>=8.2.1",
3636
"trogon>=0.6.0",
3737
"httpx>=0.28.1",
3838
"tomlkit>=0.13.3",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)