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: [mockito](https://github.com/mockito/mockito) and [flake8](https://github.com/pycqa/flake8).


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

Updates `flake8` from 7.1.1 to 7.1.2
- [Commits](PyCQA/flake8@7.1.1...7.1.2)

---
updated-dependencies:
- dependency-name: mockito
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: flake8
  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 Feb 17, 2025
1 parent e255501 commit fc46ffb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -26,9 +26,9 @@ gunicorn = "^23.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "==8.3.4"
pytest-cov = "==5.0.0"
mockito = "==1.5.3"
mockito = "==1.5.4"
black = "==24.10.0"
flake8 = "==7.1.1"
flake8 = "==7.1.2"
flake8-bugbear = "==24.10.31"
mypy = "==1.14.1"
types-requests = "==2.32.0.20241016"
Expand Down

0 comments on commit fc46ffb

Please sign in to comment.