Skip to content

Commit b199cfa

Browse files
Bump pytest from 8.4.1 to 8.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.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@8.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0304254 commit b199cfa

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
@@ -43,7 +43,7 @@ requires-python = '>=3.8'
4343
dev = ["pre-commit>=2.12.1"]
4444
#docs = ["jupyter-book>=0.13.1",]
4545

46-
tests = ["pytest==8.4.1", "pytest-cov==6.1.1", "types-requests"]
46+
tests = ["pytest==8.4.2", "pytest-cov==6.1.1", "types-requests"]
4747

4848

4949
[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.4.1
1+
pytest==8.4.2
22
pytest-cov==6.1.1
33
coverage==7.10.6
44
mypy==1.17.1

0 commit comments

Comments
 (0)