Skip to content

Commit

Permalink
Bump the patches group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 2 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest) and [mockito](https://github.com/mockito/mockito).


Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `mockito` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/commits)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: mockito
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent 5bed6f6 commit 769fbb2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ gunicorn = "^23.0.0"


[tool.poetry.group.dev.dependencies]
pytest = "==8.3.3"
pytest = "==8.3.4"
pytest-cov = "==5.0.0"
mockito = "==1.5.1"
mockito = "==1.5.3"
black = "==24.10.0"
flake8 = "==7.1.1"
flake8-bugbear = "==24.10.31"
Expand Down

0 comments on commit 769fbb2

Please sign in to comment.