From 338e33bdb167ef0a8ea3ccb6cd119cc70a8f1c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:22:35 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [certifi](https://github.com/certifi/python-certifi) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `certifi` from 2026.1.4 to 2026.2.25 - [Commits](https://github.com/certifi/python-certifi/compare/2026.01.04...2026.02.25) Updates `sentry-sdk` from 2.50.0 to 2.53.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.50.0...2.53.0) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.2.25 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.53.0 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 fe5e543..231cb8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2026.1.4 +certifi==2026.2.25 charset-normalizer==3.4.4 click==8.3.1 idna==3.11 @@ -6,5 +6,5 @@ oauthlib==3.3.1 openttd-helpers==2.0.0 requests==2.32.5 requests-oauthlib==2.0.0 -sentry-sdk==2.50.0 +sentry-sdk==2.53.0 urllib3==2.6.3