From 619af3f90d9627900456ff53f3d20ad31c99953a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:20:59 +0000 Subject: [PATCH] deps: bump the python-dependencies group across 1 directory with 8 updates Updates the requirements on [setuptools](https://github.com/pypa/setuptools), [protobuf](https://github.com/protocolbuffers/protobuf), [requests](https://github.com/psf/requests), [future](https://github.com/PythonCharmers/python-future), [tox](https://github.com/tox-dev/tox), [wheel](https://github.com/pypa/wheel), [twine](https://github.com/pypa/twine) and [opentelemetry-instrumentation-logging](https://github.com/open-telemetry/opentelemetry-python-contrib) to permit the latest version. Updates `setuptools` from 82.0.0 to 82.0.1 - [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/v82.0.0...v82.0.1) Updates `protobuf` from 6.33.5 to 7.34.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `requests` from 2.32.5 to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.1) Updates `future` to 1.0.0 - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.3...v1.0.0) Updates `tox` to 4.53.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.15.0...4.53.0) Updates `wheel` from 0.46.3 to 0.47.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.46.3...0.47.0) Updates `twine` to 6.2.0 - [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/5.0.0...6.2.0) Updates `opentelemetry-instrumentation-logging` from 0.60b1 to 0.62b1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: protobuf dependency-version: 7.34.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tox dependency-version: 4.53.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-instrumentation-logging dependency-version: 0.62b1 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- setup.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 834522d..9fc9f85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -setuptools==82.0.0 # not directly required, pinned to avoid a vulnerability -protobuf==6.33.5 -requests==2.32.5 -future>=0.18.3 # used in tests -tox>=4.15.0 -wheel==0.46.3 -twine>=5.0.0 +setuptools==82.0.1 # not directly required, pinned to avoid a vulnerability +protobuf==7.34.1 +requests==2.33.1 +future>=1.0.0 # used in tests +tox>=4.53.0 +wheel==0.47.0 +twine>=6.2.0 setuptools_scm diff --git a/setup.py b/setup.py index e947a5d..a337cc9 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "protobuf>=3.20.2" ], extras_require={ - "opentelemetry-logging": ["opentelemetry-instrumentation-logging==0.60b1"] + "opentelemetry-logging": ["opentelemetry-instrumentation-logging==0.62b1"] }, test_requires=[ "future"