Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest-mock from 3.11.1 to 3.12.0 #7734

Merged
merged 2 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ idna==3.4
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via sphinx
importlib-resources==6.1.0
# via towncrier
incremental==22.10.0
# via towncrier
iniconfig==2.0.0
Expand Down Expand Up @@ -152,14 +148,12 @@ pytest==7.4.3
# pytest-mock
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-mock==3.11.1
pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via time-machine
python-on-whales==0.65.0
# via -r requirements/test.in
pytz==2023.3.post1
# via babel
pyyaml==6.0.1
# via pre-commit
re-assert==1.1.0
Expand Down Expand Up @@ -252,10 +246,6 @@ wheel==0.41.0
# via pip-tools
yarl==1.9.2
# via -r requirements/runtime-deps.in
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pytest==7.4.3
# pytest-mock
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-mock==3.11.1
pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via time-machine
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pytest==7.4.3
# pytest-mock
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-mock==3.11.1
pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via time-machine
Expand Down
Loading