Update deps
This commit is contained in:
parent
7d2652e7cc
commit
9826cb9084
|
@ -29,5 +29,5 @@ files = [
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.10"
|
python-versions = ">=3.10,<4.0"
|
||||||
content-hash = "5a0a26b3a18d213fb442ac372ba536370d711949a8e6de00c8ebd535202bcb4d"
|
content-hash = "529d21bdfcb7ef92c5fa9f092bcc0b6eb3849fa52bb1ea59b3406787ab5dc05b"
|
||||||
|
|
|
@ -7,7 +7,7 @@ authors = [
|
||||||
]
|
]
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10,<4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"click (>=8.1.8,<9.0.0)",
|
"click (>=8.1.8,<9.0.0)",
|
||||||
"colorama (>=0.4.6,<0.5.0)"
|
"colorama (>=0.4.6,<0.5.0)"
|
||||||
|
|
Loading…
Reference in New Issue