From 59ed331b066a4d06d47120b887a9a1534a18f484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:50:29 +0000 Subject: [PATCH 1/2] Upgrade: Bump the dependencies group across 1 directory with 7 updates Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.3` | `3.9.5` | | [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.6.2` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.19.0` | `0.20.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.0` | `2.7.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.12.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.0` | `2.2.2` | Updates `aiohttp` from 3.9.3 to 3.9.5 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.5) Updates `certifi` from 2023.11.17 to 2024.6.2 - [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.06.02) Updates `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) Updates `prometheus-client` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.19.0...v0.20.0) Updates `sentry-sdk` from 1.40.0 to 2.7.1 - [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/1.40.0...2.7.1) Updates `typing-extensions` from 4.9.0 to 4.12.2 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.9.0...4.12.2) Updates `urllib3` from 2.2.0 to 2.2.2 - [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.2.0...2.2.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7f9dc23..3aaf31e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,20 @@ -aiohttp==3.9.3 +aiohttp==3.9.5 aioredis==2.0.1 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.2.0 -certifi==2023.11.17 +certifi==2024.6.2 charset-normalizer==3.3.2 click==8.1.7 frozenlist==1.4.1 hiredis==2.3.2 -idna==3.6 +idna==3.7 multidict==6.0.5 openttd-helpers==1.4.0 openttd-protocol==1.7.1 pproxy==2.7.9 -prometheus-client==0.19.0 -sentry-sdk==1.40.0 -typing_extensions==4.9.0 -urllib3==2.2.0 +prometheus-client==0.20.0 +sentry-sdk==2.7.1 +typing_extensions==4.12.2 +urllib3==2.2.2 yarl==1.9.4 From 52b4661c3ffc3d107d3fddde7deadec6b4aabff8 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Wed, 3 Jul 2024 09:11:55 +0200 Subject: [PATCH 2/2] Fix: prometheus_client is now with an underscore --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3aaf31e..c2a50e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ multidict==6.0.5 openttd-helpers==1.4.0 openttd-protocol==1.7.1 pproxy==2.7.9 -prometheus-client==0.20.0 +prometheus_client==0.20.0 sentry-sdk==2.7.1 typing_extensions==4.12.2 urllib3==2.2.2