Skip to content

Commit 3aff471

Browse files
authored
Merge branch 'master' into dependabot/pip/pytest-cov-gte-2.12.0-and-lt-6.0.0
2 parents 0f10fee + 44e4d6a commit 3aff471

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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/[email protected].12
26+
uses: pypa/[email protected].14
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/[email protected].0
25+
uses: codecov/[email protected].1

requirements-tests.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mypy == 1.8.0
33
pytest >= 7.1.3,<8.0.0
44
pytest-asyncio
55
pytest-cov >= 2.12.0,< 6.0.0
6-
ruff ==0.3.0
6+
ruff ==0.3.4
77
types-python-dateutil
88
types-pytz
9+
httpx

0 commit comments

Comments
 (0)