From 457846ca2f4d4f2f011f5b04f88831a9de2a8753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:48:15 +0000 Subject: [PATCH] Bump the pip-dependencies group with 4 updates 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](https://github.com/PyCQA/flake8-bugbear/compare/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](https://github.com/python/mypy/compare/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](https://github.com/pylint-dev/pylint/compare/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](https://github.com/pytest-dev/pytest-asyncio/compare/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] --- requirements_dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index fe82b63..b9884df 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -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