From 3f12ff2175f256b5048547a9dd71c07e7929b6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:27:06 +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` | | [twine](https://github.com/pypa/twine) | `3.3.0` | `5.1.1` | | [wheel](https://github.com/pypa/wheel) | `0.38.1` | `0.44.0` | | [setuptools](https://github.com/pypa/setuptools) | `70.0.0` | `74.1.2` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `3.20.2` | `5.28.0` | 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 - [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) Updates `twine` from 3.3.0 to 5.1.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...v5.1.1) Updates `wheel` from 0.38.1 to 0.44.0 - [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.44.0) Updates `setuptools` from 70.0.0 to 74.1.2 - [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...v74.1.2) Updates `protobuf` from 3.20.2 to 5.28.0 - [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/v3.20.2...v5.28.0) --- 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-major 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 ec8539360..fa8967b80 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==3.20.2 +flake8==7.1.1 +isort==5.13.2 +build==1.2.2 +twine==5.1.1 +wheel==0.44.0 +setuptools==74.1.2 +protobuf==5.28.0 setuptools_scm[toml]>=6.2