Skip to content

Commit

Permalink
Bump the pip-dependencies group with 3 updates (#77)
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 3 updates: [black](https://github.com/psf/black), [mypy](https://github.com/python/mypy) and [reorder-python-imports](https://github.com/asottile/reorder-python-imports).


Updates `black` from 24.4.2 to 24.8.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

Updates `mypy` from 1.10.0 to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.11.1)

Updates `reorder-python-imports` from 3.12.0 to 3.13.0
- [Commits](asottile/reorder-python-imports@v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: reorder-python-imports
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2024
1 parent ee5772b commit 0836aa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r requirements.txt
aioresponses==0.7.6
black==24.4.2
mypy==1.10.0
black==24.8.0
mypy==1.11.1
pre-commit-hooks==4.6.0
pre-commit==3.8.0
pylint==3.2.6
pytest-asyncio==0.23.8
pytest-cov==5.0.0
pytest==8.3.2
reorder-python-imports==3.12.0
reorder-python-imports==3.13.0

0 comments on commit 0836aa0

Please sign in to comment.