Skip to content

Commit 8bbff58

Browse files
authored
Merge branch 'master' into dependabot/pip/mypy-1.8.0
2 parents 716bd76 + 3c28d2c commit 8bbff58

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Test
2323
run: make test-cov
2424
- name: Coverage
25-
uses: codecov/codecov-action@v3.1.4
25+
uses: codecov/codecov-action@v4.1.0

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ Homepage = "https://eadwincode.github.io/ellar-django-module/"
5959

6060
[project.optional-dependencies]
6161
test = [
62-
"pytest >= 7.1.3,<8.0.0",
62+
"pytest >= 7.1.3,< 9.0.0",
6363
"pytest-django",
6464
"pytest-cov >= 2.12.0,<5.0.0",
6565
"mypy == 1.8.0",
66-
"ruff ==0.1.7",
67-
"black == 23.11.0",
66+
"mypy == 1.7.1",
67+
"ruff ==0.3.0",
68+
"black == 24.2.0",
6869
"pytest-asyncio",
6970
"autoflake",
7071
]

0 commit comments

Comments
 (0)