Skip to content

Commit b287c96

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
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.3.3", "pytest-cov==6.0.0", "types-requests"]
44+
tests = ["pytest==8.3.5", "pytest-cov==6.0.0", "types-requests"]
4545

4646

4747
[tool.setuptools.dynamic]

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==8.3.3
1+
pytest==8.3.5
22
pytest-cov==6.0.0
33
coverage==7.6.7
44
mypy==1.13.0

0 commit comments

Comments
 (0)