Skip to content

Commit bc4036c

Browse files
Bump pytest from 7.1.3 to 7.2.0 (#72)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.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@7.1.3...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a49500 commit bc4036c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ dill==0.3.5.1
4040
# via pylint
4141
docker==6.0.0
4242
# via -r requirements.in
43+
exceptiongroup==1.0.0
44+
# via pytest
4345
idna==3.4
4446
# via requests
4547
iniconfig==1.1.1
@@ -75,15 +77,13 @@ platformdirs==2.5.2
7577
# pylint
7678
pluggy==1.0.0
7779
# via pytest
78-
py==1.11.0
79-
# via pytest
8080
pylint==2.15.2
8181
# via -r requirements.in
8282
pyparsing==3.0.9
8383
# via packaging
8484
pyrsistent==0.18.1
8585
# via jsonschema
86-
pytest==7.1.3
86+
pytest==7.2.0
8787
# via
8888
# -r requirements.in
8989
# pytest-cookies

0 commit comments

Comments
 (0)