Skip to content

Commit 4c16cf9

Browse files
Bump pytest from 7.4.3 to 7.4.4 (#123)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4. - [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.3...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68849b0 commit 4c16cf9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ version = "1.0.0a4"
6767

6868
[tool.poetry.dependencies]
6969
python = ">= 3.8,<4.0"
70-
pytest = "^7.2.0"
70+
pytest = "^7.4.4"
7171
celery = { version = "^5", extras = ["redis", "memcache", "pymemcache"] }
7272
retry = "^0.9.2"
7373
pytest-docker-tools = "^3.1.3"

0 commit comments

Comments
 (0)