Skip to content

Commit c788195

Browse files
chore(deps): update dependency prospector to ==1.10.*
1 parent bb3ad34 commit c788195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
release-tag: ${{ needs.prepare.outputs.version }}
6161

6262
- name: Upload package to pypi
63-
uses: pypa/gh-action-pypi-publish@v1.8.8
63+
uses: pypa/gh-action-pypi-publish@v1.8.6
6464
with:
6565
user: __token__
6666
password: ${{ secrets.PYPI_API_TOKEN }}

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
prospector==1.7.*
1+
prospector==1.10.*
22
pylint==2.15.6
33
pytest==7.1.*

0 commit comments

Comments
 (0)