Skip to content

Commit

Permalink
Merge pull request #215 from serlo/dependabot/pip/pytest-8.3.1
Browse files Browse the repository at this point in the history
chore(deps-dev): Bump pytest from 8.2.2 to 8.3.1
  • Loading branch information
AndreasHuber authored Jul 22, 2024
2 parents 6b4cbf0 + b7df618 commit f0709f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requests-toolbelt = "==1.0.0"
[dev-packages]
pylint = "==3.2.5"
black = "==24.4.2"
pytest = "==8.2.2"
pytest = "==8.3.1"

[scripts]
lint = "pylint *.py"
Expand Down
8 changes: 4 additions & 4 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,14 +1,14 @@
-i https://pypi.org/simple/
anyio==4.4.0; 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==2024.7.4; 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.5.0
graphql-core==3.2.3; python_version >= '3.6' and python_version < '4'
idna==3.6; python_version >= '3.5'
multidict==6.0.5; python_version >= '3.7'
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.1; python_version >= '3.7'
sniffio==1.3.0; python_version >= '3.7'
urllib3==2.0.7; python_version >= '3.7'
yarl==1.9.4; python_version >= '3.7'

0 comments on commit f0709f1

Please sign in to comment.