Skip to content

Commit

Permalink
chore(deps-dev): Bump pytest from 7.4.2 to 7.4.3
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...7.4.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 82312cb commit 8babc63
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 8babc63

Please sign in to comment.