We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1f8baa + 4c46466 commit 31c4b12Copy full SHA for 31c4b12
3 files changed
.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@v4.6.0
+ uses: codecov/codecov-action@v5.4.0
requirements-docs.txt
@@ -5,4 +5,4 @@ mkdocs-git-revision-date-localized-plugin
5
mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0
6
mkdocs-material >=7.1.9,<10.0.0
7
mkdocs-minify-plugin
8
-mkdocstrings[python] >=0.19.0, <0.27.0
+mkdocstrings[python] >=0.19.0, <0.29.0
requirements-tests.txt
@@ -5,8 +5,8 @@ ellar-cli >= 0.3.7
factory-boy >= 3.3.0
httpx
Pillow >=10.4.0, <11.2.0
-mypy == 1.13.0
+mypy == 1.15.0
9
pytest >= 7.1.3,< 9.0.0
10
pytest-asyncio
11
pytest-cov >= 2.12.0,< 7.0.0
12
-ruff ==0.8.4
+ruff ==0.9.9
0 commit comments