Skip to content

Commit

Permalink
Bump pytest-mock from 3.11.1 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.11.1 to 3.12.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.11.1...v3.12.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>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 87b058f commit 4acca0c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 11 deletions.
22 changes: 17 additions & 5 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ 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 @@ -148,12 +152,14 @@ 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 All @@ -168,16 +174,17 @@ requests==2.31.0
setuptools-git==1.2
# via -r requirements/test.in
six==1.16.0
# via python-dateutil
# via
# python-dateutil
# sphinx
slotscheck==0.17.0
# via -r requirements/lint.in
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.1.2
# via
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-serializinghtml
# sphinxcontrib-spelling
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
Expand All @@ -192,7 +199,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==8.0.0 ; platform_system != "Windows"
# via -r requirements/doc-spelling.in
Expand Down Expand Up @@ -247,6 +254,10 @@ 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 All @@ -256,3 +267,4 @@ setuptools==68.0.0
# blockdiag
# nodeenv
# pip-tools
# sphinx
22 changes: 17 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ 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 @@ -143,12 +147,14 @@ 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 All @@ -163,16 +169,17 @@ requests==2.31.0
setuptools-git==1.2
# via -r requirements/test.in
six==1.16.0
# via python-dateutil
# via
# python-dateutil
# sphinx
slotscheck==0.17.0
# via -r requirements/lint.in
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.1.2
# via
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-serializinghtml
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand All @@ -186,7 +193,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-towncrier==0.3.2a0
# via -r requirements/doc.in
Expand Down Expand Up @@ -239,6 +246,10 @@ 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 All @@ -248,3 +259,4 @@ setuptools==68.0.0
# blockdiag
# nodeenv
# pip-tools
# sphinx
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

0 comments on commit 4acca0c

Please sign in to comment.