Skip to content

Commit 31c4b12

Browse files
authored
Merge branch 'master' into dependabot/pip/pillow-gte-10.4.0-and-lt-11.2.0
2 parents b1f8baa + 4c46466 commit 31c4b12

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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@v4.6.0
25+
uses: codecov/codecov-action@v5.4.0

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ mkdocs-git-revision-date-localized-plugin
55
mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0
66
mkdocs-material >=7.1.9,<10.0.0
77
mkdocs-minify-plugin
8-
mkdocstrings[python] >=0.19.0, <0.27.0
8+
mkdocstrings[python] >=0.19.0, <0.29.0

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ellar-cli >= 0.3.7
55
factory-boy >= 3.3.0
66
httpx
77
Pillow >=10.4.0, <11.2.0
8-
mypy == 1.13.0
8+
mypy == 1.15.0
99
pytest >= 7.1.3,< 9.0.0
1010
pytest-asyncio
1111
pytest-cov >= 2.12.0,< 7.0.0
12-
ruff ==0.8.4
12+
ruff ==0.9.9

0 commit comments

Comments
 (0)