From 92716e435aa3bbdb3ad7326c12c3eb1926df1f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 01:15:34 +0000 Subject: [PATCH] Bump the common group across 1 directory with 2 updates Bumps the common group with 2 updates in the /python/helpers directory: [flake8](https://github.com/pycqa/flake8) and [cython](https://github.com/cython/cython). Updates `flake8` from 7.1.0 to 7.1.2 - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.2) Updates `cython` from 3.0.10 to 3.0.12 - [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.12) --- updated-dependencies: - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/helpers/requirements.txt b/python/helpers/requirements.txt index 0eb8a1b92b..a4fb29676b 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,6 +1,6 @@ pip==24.0 pip-tools==7.4.1 -flake8==7.1.0 +flake8==7.1.2 hashin==1.0.3 pipenv==2024.4.1 plette==2.1.0 @@ -9,4 +9,4 @@ poetry==2.1.1 tomli==2.0.1 # Some dependencies will only install if Cython is present -Cython==3.0.10 +Cython==3.0.12