Skip to content

Commit e29ca5b

Browse files
build(deps): bump pytest in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 7.4.4 to 9.0.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.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b034ace commit e29ca5b

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

poetry.lock

Lines changed: 14 additions & 13 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
@@ -47,7 +47,7 @@ lark = "^1.2.2"
4747
aiohttp = "^3.10.9"
4848

4949
# Extra dependencies [dev]
50-
pytest = { version = "^7.1.2", optional = true }
50+
pytest = { version = ">=7.1.2,<10.0.0", optional = true }
5151
pytest-cov = { version = "^4.1.0", optional = true }
5252
flake8 = { version = "^6.1.0", optional = true }
5353

0 commit comments

Comments
 (0)