From 4d0191db27f502629999f7ba03d7ef3220ecf8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:08:08 +0000 Subject: [PATCH] Bump the pip-dependencies group with 4 updates Bumps the pip-dependencies group with 4 updates: [setuptools](https://github.com/pypa/setuptools), [aioresponses](https://github.com/pnuckowski/aioresponses), [pylint](https://github.com/pylint-dev/pylint) and [pytest](https://github.com/pytest-dev/pytest). Updates `setuptools` from 69.2.0 to 75.6.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.2.0...v75.6.0) Updates `aioresponses` from 0.7.6 to 0.7.7 - [Release notes](https://github.com/pnuckowski/aioresponses/releases) - [Commits](https://github.com/pnuckowski/aioresponses/compare/0.7.6...0.7.7) Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.2) 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](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: aioresponses 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 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7402ca8..f4b5347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==69.2.0"] +requires = ["setuptools==75.6.0"] build-backend = "setuptools.build_meta" [project] diff --git a/requirements_dev.txt b/requirements_dev.txt index aec10b8..24bc982 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,11 +1,11 @@ -r requirements.txt -aioresponses==0.7.6 +aioresponses==0.7.7 black==24.10.0 mypy==1.13.0 pre-commit-hooks==5.0.0 pre-commit==4.0.1 -pylint==3.3.1 +pylint==3.3.2 pytest-asyncio==0.24.0 pytest-cov==6.0.0 -pytest==8.3.3 +pytest==8.3.4 reorder-python-imports==3.14.0