We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c697ca7 + 8e09f52 commit be4ac27Copy full SHA for be4ac27
3 files changed
.github/workflows/publish.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Build distribution
24
run: python -m build
25
- name: Publish
26
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
27
with:
28
password: ${{ secrets.PYPI_API_TOKEN }}
.github/workflows/test.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Test
run: make test-cov
- name: Coverage
- uses: codecov/codecov-action@v4.4.1
+ uses: codecov/codecov-action@v4.5.0
requirements-tests.txt
@@ -4,9 +4,9 @@ autoflake
4
ellar-cli >= 0.3.7
5
factory-boy >= 3.3.0
6
httpx
7
-mypy == 1.10.0
8
Pillow >=10.4.0, <10.5.0
+mypy == 1.10.1
9
pytest >= 7.1.3,< 9.0.0
10
pytest-asyncio
11
pytest-cov >= 2.12.0,< 6.0.0
12
-ruff ==0.4.7
+ruff ==0.5.0
0 commit comments