From e3b958f97a15926a7e07d6baad5fc8a182482aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:31:25 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group across 1 directory with 7 updates Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2024.6.2` | `2024.8.30` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.10` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.0.0` | `8.5.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.7.1` | `2.14.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.0.3` | `3.0.4` | | [zipp](https://github.com/jaraco/zipp) | `3.19.2` | `3.20.2` | Updates `certifi` from 2024.6.2 to 2024.8.30 - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.08.30) Updates `idna` from 3.7 to 3.10 - [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.7...v3.10) Updates `importlib-metadata` from 8.0.0 to 8.5.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v8.0.0...v8.5.0) Updates `sentry-sdk` from 2.7.1 to 2.14.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.7.1...2.14.0) Updates `urllib3` from 2.2.2 to 2.2.3 - [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.2...2.2.3) Updates `werkzeug` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.3...3.0.4) Updates `zipp` from 3.19.2 to 3.20.2 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.19.2...v3.20.2) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: importlib-metadata 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-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor 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 cbc51a0..7223eda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ blinker==1.8.2 -certifi==2024.6.2 +certifi==2024.8.30 charset-normalizer==3.3.2 click==8.1.7 Flask==3.0.3 -idna==3.7 -importlib_metadata==8.0.0 +idna==3.10 +importlib_metadata==8.5.0 itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.5 openttd-helpers==1.4.0 requests==2.32.3 -sentry-sdk==2.7.1 -urllib3==2.2.2 -Werkzeug==3.0.3 -zipp==3.19.2 +sentry-sdk==2.14.0 +urllib3==2.2.3 +Werkzeug==3.0.4 +zipp==3.20.2