Skip to content

Commit 22982bb

Browse files
deps: bump pytest from 7.4.4 to 8.3.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.3.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...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bfa9cd commit 22982bb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 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
@@ -33,7 +33,7 @@ pytz = ">=2024.1,<2025.0"
3333
packaging = "^24.1"
3434

3535
[tool.poetry.group.dev.dependencies]
36-
pytest = "^7.2.1"
36+
pytest = ">=7.2.1,<9.0.0"
3737
coverage = {extras = ["toml"], version = "^7.1"}
3838
safety = ">=2.3.5,<4.0.0"
3939
mypy = "^1.0"

0 commit comments

Comments
 (0)