From 711df2cb432681b36334fbb015f4dfc90acf5081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:21:37 +0000 Subject: [PATCH] Bump the common group in /python/helpers with 3 updates Bumps the common group in /python/helpers with 3 updates: [pip](https://github.com/pypa/pip), [flake8](https://github.com/pycqa/flake8) and [cython](https://github.com/cython/cython). Updates `pip` from 23.3.2 to 24.0 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3.2...24.0) Updates `flake8` from 7.0.0 to 7.1.0 - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) Updates `cython` from 3.0.8 to 3.0.10 - [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.8...3.0.10) --- 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 7672ff5012..a05086a46d 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,10 +1,10 @@ -pip==23.3.2 +pip==24.0 pip-tools==7.3.0 -flake8==7.0.0 +flake8==7.1.0 hashin==0.17.0 pipenv==2023.11.17 pipfile==0.0.2 poetry==1.7.1 # Some dependencies will only install if Cython is present -Cython==3.0.8 +Cython==3.0.10