Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 53e84a5 commit 33e4883
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 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.5.0"
requests-toolbelt = "==1.0.0"

[dev-packages]
pylint = "==3.2.7"
pylint = "==3.3.1"
black = "==24.10.0"
pytest = "==8.3.3"

Expand Down
24 changes: 12 additions & 12 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,8 +1,8 @@
-i https://pypi.org/simple/
anyio==4.6.2.post1; python_version >= '3.8'
anyio==4.2.0; python_version >= '3.8'
backoff==2.2.1; python_version >= '3.7' and python_version < '4.0'
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
gql==3.5.0
graphql-core==3.2.3; python_version >= '3.6' and python_version < '4'
idna==3.6; python_version >= '3.5'
Expand Down

0 comments on commit 33e4883

Please sign in to comment.