Skip to content

Commit

Permalink
chore(deps): update dependency pylint to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent e30809c commit ca9de46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
release-tag: ${{ needs.prepare.outputs.version }}

- name: Upload package to pypi
uses: pypa/[email protected].2
uses: pypa/[email protected].1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
prospector==1.7.*
pylint==2.15.6
pylint==3.3.1
pytest==7.1.*

0 comments on commit ca9de46

Please sign in to comment.