Skip to content

Commit

Permalink
Merge branch 'master' into python-update-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-majlis authored Aug 24, 2024
2 parents 24f8485 + ef0a396 commit 34989c6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
make run-coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: martin-majlis/Wikipedia-API
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
done
- name: Display structure of dist files
run: ls -lR dist
- uses: pypa/gh-action-pypi-publish@v1.8.12
- uses: pypa/gh-action-pypi-publish@v1.9.0
with:
verbose: true
print-hash: true
4 changes: 2 additions & 2 deletions requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
setuptools==69.1.1
wheel==0.42.0
setuptools==70.0.0
wheel==0.43.0
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
black==24.2.0
coverage==7.4.3
black==24.4.2
coverage==7.6.0
flake8==7.0.0
isort==5.13.2
mypy==1.8.0
mypy==1.11.0
pre-commit==3.3
pygments==2.17.2
pygments==2.18.0
sphinx==7.0.1
tox==4.13.0
types-requests==2.31.0.20240218
types-setuptools==69.1.0.20240223
tox==4.16.0
types-requests==2.32.0.20240712
types-setuptools==71.1.0.20240726
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.31.0
requests==2.32.3

0 comments on commit 34989c6

Please sign in to comment.