Skip to content

Commit d0b44e1

Browse files
authored
Merge branch 'master' into dependabot/pip/ruff-0.7.1
2 parents c0fb39b + e77b063 commit d0b44e1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.10.2
26+
uses: pypa/gh-action-pypi-publish@v1.11.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.5.0
25+
uses: codecov/codecov-action@v4.6.0

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
autoflake
22
httpx==0.27.2
3-
mypy == 1.11.2
3+
mypy == 1.13.0
44
pydantic[email]
55
pytest >=7.1.3,<9.0.0
66
pytest-asyncio
7-
pytest-cov >=2.12.0,<6.0.0
87
ruff ==0.7.1
8+
pytest-cov >=2.12.0,<7.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-e .
22
-r requirements-tests.txt
33

4-
pre-commit >=2.17.0,<4.0.0
4+
pre-commit >=2.17.0,<5.0.0

0 commit comments

Comments
 (0)