Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/ruff-0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode authored Nov 8, 2024
2 parents 45a5703 + ac60142 commit 21d743e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Build distribution
run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.10.2
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Test
run: make test-cov
- name: Coverage
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
4 changes: 2 additions & 2 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
autoflake
httpx
mypy == 1.11.2
mypy == 1.13.0
pytest >= 7.1.3,< 9.0.0
pytest-asyncio
pytest-cov >= 2.12.0,< 6.0.0
ruff ==0.7.1
pytest-cov >= 2.12.0,< 7.0.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e .
-r requirements-tests.txt

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

0 comments on commit 21d743e

Please sign in to comment.