Skip to content

Commit be4ac27

Browse files
authored
Merge branch 'master' into dependabot/pip/pillow-gte-10.4.0-and-lt-10.5.0
2 parents c697ca7 + 8e09f52 commit be4ac27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Build distribution
2424
run: python -m build
2525
- name: Publish
26-
uses: pypa/gh-action-pypi-publish@v1.8.14
26+
uses: pypa/gh-action-pypi-publish@v1.9.0
2727
with:
2828
password: ${{ secrets.PYPI_API_TOKEN }}

.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.4.1
25+
uses: codecov/codecov-action@v4.5.0

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ autoflake
44
ellar-cli >= 0.3.7
55
factory-boy >= 3.3.0
66
httpx
7-
mypy == 1.10.0
87
Pillow >=10.4.0, <10.5.0
8+
mypy == 1.10.1
99
pytest >= 7.1.3,< 9.0.0
1010
pytest-asyncio
1111
pytest-cov >= 2.12.0,< 6.0.0
12-
ruff ==0.4.7
12+
ruff ==0.5.0

0 commit comments

Comments
 (0)