Skip to content

Commit 994819b

Browse files
Bump pytest from 8.0.2 to 8.2.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.2.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.2...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b73fdaf commit 994819b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ requires-python = '>=3.8'
4141
dev = ["pre-commit>=2.12.1"]
4242
#docs = ["jupyter-book>=0.13.1",]
4343

44-
tests = ["pytest==8.0.2", "pytest-cov==5.0.0", "types-requests"]
44+
tests = ["pytest==8.2.0", "pytest-cov==5.0.0", "types-requests"]
4545

4646

4747
[tool.setuptools.dynamic]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==8.0.2
1+
pytest==8.2.0
22
pytest-cov==5.0.0
33
coverage==7.5.1
44
mypy==1.10.0

0 commit comments

Comments
 (0)