From d2f6e0362224c5c343014a6d03733d10cc58a1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:46:54 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group across 1 directory with 4 updates Bumps the dependencies group with 4 updates in the / directory: [certifi](https://github.com/certifi/python-certifi), [idna](https://github.com/kjd/idna), [sentry-sdk](https://github.com/getsentry/sentry-python) and [urllib3](https://github.com/urllib3/urllib3). Updates `certifi` from 2024.6.2 to 2024.8.30 - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.08.30) Updates `idna` from 3.7 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.7...v3.10) Updates `sentry-sdk` from 2.7.1 to 2.14.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.7.1...2.14.0) Updates `urllib3` from 2.2.2 to 2.2.3 - [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.2.2...2.2.3) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index bfb5d93..71da720 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -certifi==2024.6.2 +certifi==2024.8.30 charset-normalizer==3.3.2 click==8.1.7 -idna==3.7 +idna==3.10 oauthlib==3.2.2 openttd-helpers==1.4.0 requests==2.32.3 requests-oauthlib==2.0.0 -sentry-sdk==2.7.1 -urllib3==2.2.2 +sentry-sdk==2.14.0 +urllib3==2.2.3