Skip to content

Commit

Permalink
Bump the common group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
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](pypa/pip@24.0...24.3.1)

Updates `flake8` from 7.1.0 to 7.1.1
- [Commits](PyCQA/flake8@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](cython/cython@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2024
1 parent 3711a98 commit cd55531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/helpers/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit cd55531

Please sign in to comment.