Skip to content

Commit

Permalink
Bump pytest-mock from 3.12.0 to 3.14.0
Browse files Browse the repository at this point in the history
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.0 to 3.14.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.12.0...v3.14.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 Mar 22, 2024
1 parent 30e5c04 commit ce7dc04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pytest==7.4.4
# pytest-mock
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-mock==3.12.0
pytest-mock==3.14.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pytest==7.4.4
# pytest-mock
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-mock==3.12.0
pytest-mock==3.14.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pytest==7.4.4
# pytest-mock
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-mock==3.12.0
pytest-mock==3.14.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
Expand Down

0 comments on commit ce7dc04

Please sign in to comment.