From cd555315cec17f785817b57a70865de75a80c1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:23:07 +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 5c3cdeebc58..37bc0f90505 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 hashin==1.0.1 pipenv==2024.0.2 plette==2.1.0 @@ -9,4 +9,4 @@ poetry==1.8.3 toml==0.10.2 # Some dependencies will only install if Cython is present -Cython==3.0.10 +Cython==3.0.11