From 06c014133caf241076997bc612925152b43487ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:26:23 +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 98c8ef0..feb9d25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,8 @@ idna==3.10 itsdangerous==2.2.0 Jinja2==3.1.5 MarkupSafe==3.0.2 -openttd-helpers==1.4.0 +openttd-helpers==2.0.0 requests==2.32.3 -sentry-sdk==2.21.0 +sentry-sdk==2.22.0 urllib3==2.3.0 Werkzeug==3.1.3