Skip to content

Commit ca9de46

Browse files
chore(deps): update dependency pylint to v3
1 parent e30809c commit ca9de46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
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.10.2
63+
uses: pypa/gh-action-pypi-publish@v1.10.1
6464
with:
6565
user: __token__
6666
password: ${{ secrets.PYPI_API_TOKEN }}

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
prospector==1.7.*
2-
pylint==2.15.6
2+
pylint==3.3.1
33
pytest==7.1.*

0 commit comments

Comments
 (0)