Skip to content

Commit

Permalink
Merge pull request #60 from serlo/dependabot/pip/pylint-3.0.3
Browse files Browse the repository at this point in the history
chore(deps-dev): Bump pylint from 3.0.2 to 3.0.3
  • Loading branch information
kulla authored Dec 11, 2023
2 parents 8aac972 + ceb6e56 commit d089207
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 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.2"
pylint = "==3.0.3"
black = "==23.11.0"
pytest = "==7.4.3"

Expand Down
28 changes: 14 additions & 14 deletions Pipfile.lock

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

8 changes: 4 additions & 4 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.11.17; python_version >= '3.6'
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.3.2; 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.6; python_version >= '3.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.1.0; python_version >= '3.7'
yarl==1.9.4; python_version >= '3.7'
urllib3==2.0.7; python_version >= '3.7'
yarl==1.9.2; python_version >= '3.7'

0 comments on commit d089207

Please sign in to comment.