Skip to content

Commit e12a755

Browse files
build(deps): bump pytest from 7.2.0 to 7.2.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.1. - [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.2.0...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d240ab5 commit e12a755

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ chartpress==2.1.0
1818
# via -r requirements.in
1919
docker==5.0.3
2020
# via chartpress
21+
exceptiongroup==1.1.0
22+
# via pytest
2123
execnet==1.9.0
2224
# via pytest-xdist
2325
google-auth==2.7.0
@@ -44,7 +46,7 @@ pyasn1-modules==0.2.8
4446
# via google-auth
4547
pyparsing==3.0.9
4648
# via packaging
47-
pytest==7.2.0
49+
pytest==7.2.1
4850
# via
4951
# -r requirements.in
5052
# pytest-rerunfailures
@@ -74,11 +76,15 @@ rsa==4.8
7476
# via google-auth
7577
ruamel-yaml==0.17.21
7678
# via chartpress
79+
ruamel-yaml-clib==0.2.7
80+
# via ruamel-yaml
7781
six==1.16.0
7882
# via
7983
# google-auth
8084
# kubernetes
8185
# python-dateutil
86+
tomli==2.0.1
87+
# via pytest
8288
urllib3==1.26.9
8389
# via
8490
# kubernetes

0 commit comments

Comments
 (0)