From ec8d4129b88b4b2e8b6d61c10cc972226c4cab80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 12:40:35 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [openttd-helpers](https://github.com/OpenTTD/py-helpers) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `openttd-helpers` from 1.4.0 to 2.0.0 - [Release notes](https://github.com/OpenTTD/py-helpers/releases) - [Commits](https://github.com/OpenTTD/py-helpers/compare/1.4.0...2.0.0) Updates `sentry-sdk` from 2.21.0 to 2.22.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.21.0...2.22.0) --- updated-dependencies: - dependency-name: openttd-helpers dependency-type: direct:production update-type: version-update:semver-major 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 795190d..304b599 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ charset-normalizer==3.4.1 click==8.1.8 idna==3.10 oauthlib==3.2.2 -openttd-helpers==1.4.0 +openttd-helpers==2.0.0 requests==2.32.3 requests-oauthlib==2.0.0 -sentry-sdk==2.21.0 +sentry-sdk==2.22.0 urllib3==2.3.0