Skip to content

Commit

Permalink
chore(deps-dev): Bump pylint from 2.17.7 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.7 to 3.0.1.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.7...v3.0.1)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 9b2eb48 commit 2d767be
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 137 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gql = "==3.4.1"
requests-toolbelt = "==1.0.0"

[dev-packages]
pylint = "==2.17.7"
pylint = "==3.0.1"
black = "==23.9.1"
pytest = "==7.4.2"

Expand Down
147 changes: 12 additions & 135 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ idna==3.4; python_version >= '3.5'
multidict==6.0.4; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3==2.0.5; python_version >= '3.7'
urllib3==2.0.6; python_version >= '3.7'
yarl==1.9.2; python_version >= '3.7'

0 comments on commit 2d767be

Please sign in to comment.