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.
2 parents 716bd76 + 3c28d2c commit 8bbff58Copy full SHA for 8bbff58
.github/workflows/test.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Test
23
run: make test-cov
24
- name: Coverage
25
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v4.1.0
pyproject.toml
@@ -59,12 +59,13 @@ Homepage = "https://eadwincode.github.io/ellar-django-module/"
59
60
[project.optional-dependencies]
61
test = [
62
- "pytest >= 7.1.3,<8.0.0",
+ "pytest >= 7.1.3,< 9.0.0",
63
"pytest-django",
64
"pytest-cov >= 2.12.0,<5.0.0",
65
"mypy == 1.8.0",
66
- "ruff ==0.1.7",
67
- "black == 23.11.0",
+ "mypy == 1.7.1",
+ "ruff ==0.3.0",
68
+ "black == 24.2.0",
69
"pytest-asyncio",
70
"autoflake",
71
]
0 commit comments