From 288ad28229adf3e10fc2ca40d3c559b59ceb43fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 08:18:45 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [multidict](https://github.com/aio-libs/multidict), [pygments](https://github.com/pygments/pygments), [sentry-sdk](https://github.com/getsentry/sentry-python) and [urllib3](https://github.com/urllib3/urllib3). 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 `pygments` from 2.19.1 to 2.19.2 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.19.1...2.19.2) 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 `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: multidict dependency-version: 6.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pygments dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch 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: 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8ef3e3c..9ce96ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,26 +17,26 @@ h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 idna==3.10 -multidict==6.5.0 +multidict==6.6.3 openttd-helpers==2.0.0 ply==3.11 propcache==0.3.2 pycparser==2.22 -Pygments==2.19.1 +Pygments==2.19.2 PyJWT==2.10.1 python-dateutil==2.9.0.post0 python-slugify==8.0.4 PyYAML==6.0.2 regex==2024.11.6 requests==2.32.4 -sentry-sdk==2.30.0 +sentry-sdk==2.32.0 six==1.17.0 smmap==5.0.2 sniffio==1.3.1 text-unidecode==1.3 typing_extensions==4.14.0 uritemplate==4.2.0 -urllib3==2.4.0 +urllib3==2.5.0 wcwidth==0.2.13 wikitexthtml==1.2.0 wikitextparser==0.56.4