Skip to content

Commit

Permalink
Bump pytest from 7.4.0 to 7.4.1
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.1.
- [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.0...7.4.1)

---
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] committed Sep 4, 2023
1 parent 9421b71 commit cec647f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ kinto-remote-settings = {path = "./kinto-remote-settings", develop = true}
black = "23.7.0"
flake8 = "6.1.0"
isort = "5.12.0"
pytest = "7.4.0"
pytest = "7.4.1"
webtest = "3.0.0"
coverage = "7.3.0"
detect-secrets = "^1.4.0"
Expand All @@ -78,7 +78,7 @@ autograph-utils = "0.1.1"
canonicaljson-rs = "0.5.0"
httpie = "3.2.2"
kinto-http = "11.0.1"
pytest = "7.4.0"
pytest = "7.4.1"
pytest-asyncio = "0.21.1"
pytest-selenium = "4.0.1"
webtest = "3.0.0"
Expand Down

0 comments on commit cec647f

Please sign in to comment.