From 8a9d6b8b506c578ff08455f109b08a34c9e43b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:38:24 +0000 Subject: [PATCH] Bump the python-root group across 1 directory with 7 updates Bumps the python-root group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `3.8.4` | `7.1.1` | | [isort](https://github.com/pycqa/isort) | `5.7.0` | `5.13.2` | | [build](https://github.com/pypa/build) | `0.3.0` | `1.2.2.post1` | | [twine](https://github.com/pypa/twine) | `3.3.0` | `6.0.1` | | [wheel](https://github.com/pypa/wheel) | `0.38.1` | `0.45.1` | | [setuptools](https://github.com/pypa/setuptools) | `70.0.0` | `75.6.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.27.0` | `5.29.1` | Updates `flake8` from 3.8.4 to 7.1.1 - [Commits](https://github.com/pycqa/flake8/compare/3.8.4...7.1.1) Updates `isort` from 5.7.0 to 5.13.2 - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.7.0...5.13.2) Updates `build` from 0.3.0 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/0.3.0...1.2.2.post1) Updates `twine` from 3.3.0 to 6.0.1 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/3.3.0...6.0.1) Updates `wheel` from 0.38.1 to 0.45.1 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.38.1...0.45.1) Updates `setuptools` from 70.0.0 to 75.6.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.0.0...v75.6.0) Updates `protobuf` from 5.27.0 to 5.29.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.27.0...v5.29.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-root - dependency-name: build dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-root - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-root ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8f62755c6..32e55542d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ # Requirements for linting, building, and uploading the PGV python package to PyPI. # The package's own requirements are in python/setup.cfg (and also in python/requirements.in). -flake8==3.8.4 -isort==5.7.0 -build==0.3.0 -twine==3.3.0 -wheel==0.38.1 -setuptools==70.0.0 -protobuf==5.27.0 +flake8==7.1.1 +isort==5.13.2 +build==1.2.2.post1 +twine==6.0.1 +wheel==0.45.1 +setuptools==75.6.0 +protobuf==5.29.1 setuptools_scm[toml]>=6.2