Skip to content

Commit ef56d15

Browse files
Bump pytest-mock from 3.8.2 to 3.9.0 (#68)
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.8.2 to 3.9.0. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.8.2...v3.9.0) --- updated-dependencies: - dependency-name: pytest-mock 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 292e057 commit ef56d15

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

requirements.txt

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ docker==6.0.0
4242
# via -r requirements.in
4343
idna==3.4
4444
# via requests
45-
importlib-resources==5.9.0
46-
# via jsonschema
4745
iniconfig==1.1.1
4846
# via pytest
4947
isort==5.10.1
@@ -71,8 +69,6 @@ packaging==21.3
7169
# pytest-sugar
7270
pathspec==0.10.1
7371
# via black
74-
pkgutil-resolve-name==1.3.10
75-
# via jsonschema
7672
platformdirs==2.5.2
7773
# via
7874
# black
@@ -101,7 +97,7 @@ pytest-cov==3.0.0
10197
# via -r requirements.in
10298
pytest-instafail==0.4.2
10399
# via -r requirements.in
104-
pytest-mock==3.8.2
100+
pytest-mock==3.9.0
105101
# via -r requirements.in
106102
pytest-sugar==0.9.5
107103
# via -r requirements.in
@@ -131,11 +127,6 @@ tomli==2.0.1
131127
# pytest
132128
tomlkit==0.11.4
133129
# via pylint
134-
typing-extensions==4.3.0
135-
# via
136-
# astroid
137-
# black
138-
# pylint
139130
urllib3==1.26.12
140131
# via
141132
# docker
@@ -144,5 +135,3 @@ websocket-client==1.4.1
144135
# via docker
145136
wrapt==1.14.1
146137
# via astroid
147-
zipp==3.8.1
148-
# via importlib-resources

0 commit comments

Comments
 (0)