From f7e1e18ed8c09c038fdb9368c0a5a2633ead7d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 00:34:15 +0000 Subject: [PATCH] Bump the common group in /python/helpers with 3 updates Bumps the common group in /python/helpers with 3 updates: [flake8](https://github.com/pycqa/flake8), [hashin](https://github.com/peterbe/hashin) and [cython](https://github.com/cython/cython). Updates `flake8` from 7.1.0 to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.3.0) Updates `hashin` from 1.0.3 to 1.0.5 - [Release notes](https://github.com/peterbe/hashin/releases) - [Commits](https://github.com/peterbe/hashin/compare/1.0.3...1.0.5) Updates `cython` from 3.0.10 to 3.1.2 - [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.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common - dependency-name: hashin dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common - dependency-name: cython dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor 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 0eb8a1b92b..1316d9c5cb 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -1,7 +1,7 @@ pip==24.0 pip-tools==7.4.1 -flake8==7.1.0 -hashin==1.0.3 +flake8==7.3.0 +hashin==1.0.5 pipenv==2024.4.1 plette==2.1.0 poetry==2.1.1 @@ -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.1.2