From 921ffdfab9204c2a1b57ad4a4684519db80d159a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:36:34 +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 25.0 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.0...25.0) Updates `flake8` from 7.0.0 to 7.1.1 - [Commits](https://github.com/pycqa/flake8/compare/7.0.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-major dependency-group: common - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor 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 5cfc22c4b03..cf682e6d46f 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,6 +1,6 @@ -pip==24.0 +pip==25.0 pip-tools==7.4.1 -flake8==7.0.0 +flake8==7.1.1 hashin==1.0.1 pipenv==2023.12.1 plette==2.0.2 @@ -9,4 +9,4 @@ poetry==1.8.2 toml==0.10.2 # Some dependencies will only install if Cython is present -Cython==3.0.10 +Cython==3.0.11