From 6eea27064ccbc2862a5fc0c4ea2f21a009664d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:48:21 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [oauthlib](https://github.com/oauthlib/oauthlib), [sentry-sdk](https://github.com/getsentry/sentry-python) and [urllib3](https://github.com/urllib3/urllib3). Updates `oauthlib` from 3.2.2 to 3.3.1 - [Release notes](https://github.com/oauthlib/oauthlib/releases) - [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/oauthlib/oauthlib/compare/v3.2.2...v3.3.1) Updates `sentry-sdk` from 2.30.0 to 2.32.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.30.0...2.32.0) Updates `urllib3` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: oauthlib dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c3f4c38..213abda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ certifi==2025.6.15 charset-normalizer==3.4.2 click==8.1.8 idna==3.10 -oauthlib==3.2.2 +oauthlib==3.3.1 openttd-helpers==1.4.0 requests==2.32.4 requests-oauthlib==2.0.0 -sentry-sdk==2.30.0 -urllib3==2.4.0 +sentry-sdk==2.32.0 +urllib3==2.5.0