Skip to content

Commit 8f27018

Browse files
committed
fix(dependency): move deprecated to project.dependencies
1 parent 98bba31 commit 8f27018

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies = [
2424
"argcomplete >=1.12.1,<3.7",
2525
"typing-extensions (>=4.0.1,<5.0.0) ; python_version < '3.11'",
2626
"charset-normalizer (>=2.1.0,<4)",
27+
"deprecated (>=1.2.13, <2)",
2728
# Use the Python 3.11 and 3.12 compatible API: https://github.com/python/importlib_metadata#compatibility
2829
"importlib-metadata >=8.0.0,<8.7.0 ; python_version < '3.10'",
2930
]
@@ -117,7 +118,6 @@ pytest-mock = "^3.10"
117118
pytest-regressions = "^2.4.0"
118119
pytest-freezer = "^0.4.6"
119120
pytest-xdist = "^3.1.0"
120-
deprecated = "^1.2.13"
121121

122122
[tool.poetry.group.linters.dependencies]
123123
ruff = "^0.11.5"

0 commit comments

Comments
 (0)