From d48628856f9b20b3f0c61f714e180813c884dd3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:19:01 +0000 Subject: [PATCH] Bump the common group across 1 directory with 3 updates Bumps the common group with 3 updates in the /python/helpers directory: [pip](https://github.com/pypa/pip), [flake8](https://github.com/pycqa/flake8) and [cython](https://github.com/cython/cython). Updates `pip` from 24.0 to 24.3.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.0...24.3.1) Updates `flake8` from 7.1.0 to 7.1.1 - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) Updates `cython` from 3.0.10 to 3.0.11 - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/3.0.10...3.0.11) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common ... Signed-off-by: dependabot[bot] --- python/helpers/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/helpers/requirements.txt b/python/helpers/requirements.txt index f5998ed5e96..11fb567be08 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,6 +1,6 @@ -pip==24.0 +pip==24.3.1 pip-tools==7.4.1 -flake8==7.1.0 +flake8==7.1.1 # TODO: Drop the conditions and use the latest version once we drop support for Python 3.8. hashin==1.0.2; python_version < '3.9' hashin==1.0.3; python_version >= '3.9' @@ -11,4 +11,4 @@ poetry==1.8.5 toml==0.10.2 # Some dependencies will only install if Cython is present -Cython==3.0.10 +Cython==3.0.11