From dd8ec17829aa1a96ef27aa0a2cc6266555f54d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:46:08 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the / directory: [certifi](https://github.com/certifi/python-certifi), [idna](https://github.com/kjd/idna) and [sentry-sdk](https://github.com/getsentry/sentry-python). 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.8 - [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.8) Updates `sentry-sdk` from 2.7.1 to 2.13.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.13.0) --- 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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index bfb5d93..1428df3 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.8 oauthlib==3.2.2 openttd-helpers==1.4.0 requests==2.32.3 requests-oauthlib==2.0.0 -sentry-sdk==2.7.1 +sentry-sdk==2.13.0 urllib3==2.2.2