Skip to content

Commit

Permalink
Merge pull request #246 from serlo/dependabot/pip/pylint-3.3.1
Browse files Browse the repository at this point in the history
chore(deps-dev): Bump pylint from 3.2.7 to 3.3.1
  • Loading branch information
hugotiburtino authored Oct 16, 2024
2 parents bafe9fa + 33e4883 commit 9b22242
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 9b22242

Please sign in to comment.