Skip to content

Commit 3b371ba

Browse files
dependabot[bot]csernazs
authored andcommitted
build(deps-dev): bump pytest from 7.4.4 to 8.0.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.2. - [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.0.2) --- 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 56a1d93 commit 3b371ba

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sphinx-rtd-theme = "^1.0.0"
4545
reno = "^3.5.0"
4646
mypy = "^0.971"
4747
types-requests = "^2.28.9"
48-
pytest = "^7.1.3"
48+
pytest = ">=7.1.3,<9.0.0"
4949
pytest-cov = ">=3,<5"
5050
coverage = ">=6.4.4,<8.0.0"
5151
types-toml = "^0.10.8"
@@ -66,7 +66,7 @@ sphinx-rtd-theme = "^1.0.0"
6666
optional = true
6767

6868
[tool.poetry.group.test.dependencies]
69-
pytest = "^7.1.3"
69+
pytest = ">=7.1.3,<9.0.0"
7070
pytest-cov = ">=3,<5"
7171
coverage = ">=6.4.4,<8.0.0"
7272
requests = "^2.28.1"

0 commit comments

Comments
 (0)