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] committed Mar 25, 2024
1 parent aa014a9 commit 9f95b41
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 @@ -162,7 +162,7 @@ pytest==8.1.1
# pytest-mock
pytest-cov==5.0.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 @@ -157,7 +157,7 @@ pytest==8.1.1
# pytest-mock
pytest-cov==5.0.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 @@ -78,7 +78,7 @@ pytest==8.1.1
# pytest-mock
pytest-cov==5.0.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 9f95b41

Please sign in to comment.