Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 6473d5e commit eee6ce8
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 104 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 = "==3.0.1"
pylint = "==3.0.2"
black = "==23.9.1"
pytest = "==7.4.2"

Expand Down
202 changes: 101 additions & 101 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-i https://pypi.org/simple/
backoff==2.2.1; python_version >= '3.7' and python_version < '4.0'
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.3.0; python_full_version >= '3.7.0'
charset-normalizer==3.3.1; python_full_version >= '3.7.0'
gql==3.4.1
graphql-core==3.2.3; python_version >= '3.6' and python_version < '4'
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.6; python_version >= '3.7'
urllib3==2.0.7; python_version >= '3.7'
yarl==1.9.2; python_version >= '3.7'

0 comments on commit eee6ce8

Please sign in to comment.