Skip to content

Commit

Permalink
Merge pull request #250 from serlo/dependabot/pip/black-24.10.0
Browse files Browse the repository at this point in the history
chore(deps-dev): Bump black from 24.8.0 to 24.10.0
  • Loading branch information
hugotiburtino authored Oct 16, 2024
2 parents 1e75a61 + 8334716 commit 9933938
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requests-toolbelt = "==1.0.0"

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

[scripts]
Expand Down
56 changes: 28 additions & 28 deletions Pipfile.lock

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

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.4.0; 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.10; python_version >= '3.5'
idna==3.6; 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'
sniffio==1.3.0; python_version >= '3.7'
urllib3==2.2.3; python_version >= '3.7'
yarl==1.11.1; python_version >= '3.7'
urllib3==2.0.7; python_version >= '3.7'
yarl==1.9.4; python_version >= '3.7'

0 comments on commit 9933938

Please sign in to comment.