Skip to content

Commit c206937

Browse files
Bump pytest from 8.3.2 to 8.3.3 (#119)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 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@8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73ffc27 commit c206937

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

dev_requirements/requirements-tests.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
#
55
# pip-compile requirements-tests.in
66
#
7+
exceptiongroup==1.2.2
8+
# via pytest
79
iniconfig==2.0.0
810
# via pytest
911
packaging==23.2
1012
# via pytest
1113
pluggy==1.5.0
1214
# via pytest
13-
pytest==8.3.2
15+
pytest==8.3.3
1416
# via -r dev_requirements/requirements-tests.in
17+
tomli==2.0.1
18+
# via pytest

0 commit comments

Comments
 (0)