From 07ea981765118fbccb5d5875f0db9281eaab5db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 08:41:53 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 6 updates Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [jaraco-collections](https://github.com/jaraco/jaraco.collections) | `5.1.0` | `5.2.1` | | [jaraco-functools](https://github.com/jaraco/jaraco.functools) | `4.1.0` | `4.2.1` | | [multidict](https://github.com/aio-libs/multidict) | `6.5.0` | `6.6.3` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.30.0` | `2.32.0` | | [tempora](https://github.com/jaraco/tempora) | `5.8.0` | `5.8.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.4.0` | `2.5.0` | Updates `jaraco-collections` from 5.1.0 to 5.2.1 - [Release notes](https://github.com/jaraco/jaraco.collections/releases) - [Changelog](https://github.com/jaraco/jaraco.collections/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/jaraco.collections/compare/v5.1.0...v5.2.1) Updates `jaraco-functools` from 4.1.0 to 4.2.1 - [Release notes](https://github.com/jaraco/jaraco.functools/releases) - [Changelog](https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/jaraco.functools/compare/v4.1.0...v4.2.1) Updates `multidict` from 6.5.0 to 6.6.3 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.5.0...v6.6.3) Updates `sentry-sdk` from 2.30.0 to 2.32.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.30.0...2.32.0) Updates `tempora` from 5.8.0 to 5.8.1 - [Release notes](https://github.com/jaraco/tempora/releases) - [Changelog](https://github.com/jaraco/tempora/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/tempora/compare/v5.8.0...v5.8.1) Updates `urllib3` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: jaraco-collections dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: jaraco-functools dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: multidict dependency-version: 6.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tempora dependency-version: 5.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9aff537..bbe734c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,21 +12,21 @@ frozenlist==1.7.0 idna==3.10 importlib_resources==6.5.2 irc==20.5.0 -jaraco.collections==5.1.0 +jaraco.collections==5.2.1 jaraco.context==6.0.1 -jaraco.functools==4.1.0 +jaraco.functools==4.2.1 jaraco.logging==3.4.0 jaraco.stream==3.0.4 jaraco.text==4.0.0 more-itertools==10.7.0 -multidict==6.5.0 +multidict==6.6.3 openttd-helpers==1.4.0 propcache==0.3.2 python-dateutil==2.9.0.post0 pytz==2025.2 -sentry-sdk==2.30.0 +sentry-sdk==2.32.0 six==1.17.0 -tempora==5.8.0 +tempora==5.8.1 typing_extensions==4.14.0 -urllib3==2.4.0 +urllib3==2.5.0 yarl==1.20.1