From b07ad5dd6d47a44a1b559fdcb7f1c0a5194a294f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:46:45 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [certifi](https://github.com/certifi/python-certifi) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `certifi` from 2024.6.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) Updates `sentry-sdk` from 2.7.1 to 2.12.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.12.0) --- updated-dependencies: - dependency-name: certifi 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bfb5d93..a1b4de2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.6.2 +certifi==2024.7.4 charset-normalizer==3.3.2 click==8.1.7 idna==3.7 @@ -6,5 +6,5 @@ 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.12.0 urllib3==2.2.2