From 3f5604a32ae17e9d5cba6ff1982296820f0ab43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:46:31 +0200 Subject: [PATCH] Bump the deps group in /requirements with 3 updates (#1289) Bumps the deps group in /requirements with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [setuptools](https://github.com/pypa/setuptools) and [mypy](https://github.com/python/mypy). Updates `pytest` from 8.2.2 to 8.3.1 - [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.2.2...8.3.1) Updates `setuptools` from 70.3.0 to 71.1.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/v70.3.0...v71.1.0) Updates `mypy` from 1.10.1 to 1.11.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/mypy.txt | 2 +- requirements/pypi-deploy.txt | 2 +- requirements/testenv.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/mypy.txt b/requirements/mypy.txt index d7699cd26..dfcfaafc0 100644 --- a/requirements/mypy.txt +++ b/requirements/mypy.txt @@ -1,3 +1,3 @@ mypy==0.971; python_version <= '3.6' mypy==1.4.1; python_version >= '3.7' and python_version < '3.8' -mypy==1.10.1; python_version >= '3.8' +mypy==1.11.0; python_version >= '3.8' diff --git a/requirements/pypi-deploy.txt b/requirements/pypi-deploy.txt index fab7a63e0..dce8fa9be 100644 --- a/requirements/pypi-deploy.txt +++ b/requirements/pypi-deploy.txt @@ -1,3 +1,3 @@ -setuptools==70.3.0 +setuptools==71.1.0 twine==5.1.1 wheel==0.43.0 diff --git a/requirements/testenv.txt b/requirements/testenv.txt index 375ad0363..626935cd2 100644 --- a/requirements/testenv.txt +++ b/requirements/testenv.txt @@ -1,6 +1,6 @@ pytest==7.0.1; python_version <= '3.6' pytest==7.4.4; python_version >= '3.7' and python_version < '3.8' -pytest==8.2.2; python_version >= '3.8' +pytest==8.3.1; python_version >= '3.8' pytest-mock==3.6.1; python_version <= '3.6' pytest-mock==3.11.1; python_version >= '3.7' and python_version < '3.8'