Skip to content

Commit

Permalink
Merge pull request #51 from serlo/dependabot/pip/pytest-7.4.3
Browse files Browse the repository at this point in the history
chore(deps-dev): Bump pytest from 7.4.2 to 7.4.3
  • Loading branch information
kulla authored Nov 2, 2023
2 parents 82312cb + 8babc63 commit ee618f8
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 97 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.0.2"
black = "==23.10.1"
pytest = "==7.4.2"
pytest = "==7.4.3"

[scripts]
lint = "pylint *.py"
Expand Down
190 changes: 95 additions & 95 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-i https://pypi.org/simple/
backoff==2.2.1; python_version >= '3.7' and python_version < '4.0'
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.3.1; python_full_version >= '3.7.0'
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.4; python_version >= '3.5'
Expand Down

0 comments on commit ee618f8

Please sign in to comment.