We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7d887 commit 192267dCopy full SHA for 192267d
pyproject.toml
@@ -47,7 +47,7 @@ classifiers = [
47
]
48
49
dependencies = [
50
- "ellar-cli >= 0.4.1",
+ "ellar-cli >= 0.4.3",
51
"Django >= 3.1",
52
53
requirements-tests.txt
@@ -2,7 +2,7 @@ autoflake
2
httpx >=0.22.0
3
mypy == 1.10.1
4
pytest >=7.1.3,<9.0.0
5
-pytest-cov >=2.12.0,<6.0.0
6
pytest-asyncio==0.23.7
+pytest-cov >=2.12.0,<6.0.0
7
pytest-django
8
-ruff ==0.5.0
+ruff ==0.5.5
0 commit comments