Skip to content

Commit

Permalink
Bump the pip-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 4 updates: [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear), [mypy](https://github.com/python/mypy), [pylint](https://github.com/pylint-dev/pylint) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `flake8-bugbear` from 24.4.26 to 24.8.19
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.4.26...24.8.19)

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

Updates `pylint` from 3.2.6 to 3.2.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.6...v3.2.7)

Updates `pytest-asyncio` from 0.23.8 to 0.24.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0)

---
updated-dependencies:
- dependency-name: flake8-bugbear
  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-patch
  dependency-group: pip-dependencies
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 64633b9 commit 457846c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ aiohttp
black==24.8.0
coverage[toml]
flake8-bandit==4.1.1
flake8-bugbear==24.4.26
flake8-bugbear==24.8.19
flake8-docstrings==1.7.0
flake8-rst-docstrings==0.3.0
flake8==7.1.1
mypy==1.11.1
mypy==1.11.2
pep8-naming==0.14.1
pre-commit-hooks==4.6.0
pre-commit==3.8.0
Pygments==2.18.0
pylint==3.2.6
pytest-asyncio==0.23.8
pylint==3.2.7
pytest-asyncio==0.24.0
pytest==8.3.2
reorder-python-imports==3.13.0

0 comments on commit 457846c

Please sign in to comment.