From 38cb2178618e8d5257cab606df95d0b3647ce28b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:13:56 +0000 Subject: [PATCH] Upgrade: Bump the dependencies-pip group with 3 updates Bumps the dependencies-pip group with 3 updates: [importlib-metadata](https://github.com/python/importlib_metadata), [sentry-sdk](https://github.com/getsentry/sentry-python) and [zipp](https://github.com/jaraco/zipp). Updates `importlib-metadata` from 7.0.1 to 7.1.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/v7.0.1...v7.1.0) Updates `sentry-sdk` from 1.40.6 to 1.44.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/1.40.6...1.44.0) Updates `zipp` from 3.17.0 to 3.18.1 - [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.17.0...v3.18.1) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-pip - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-pip - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f1bce19..19bbbe1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,13 @@ charset-normalizer==3.3.2 click==8.1.7 Flask==3.0.2 idna==3.6 -importlib-metadata==7.0.1 +importlib-metadata==7.1.0 itsdangerous==2.1.2 Jinja2==3.1.3 MarkupSafe==2.1.5 openttd-helpers==1.4.0 requests==2.31.0 -sentry-sdk==1.40.6 +sentry-sdk==1.44.0 urllib3==2.2.1 Werkzeug==3.0.1 -zipp==3.17.0 +zipp==3.18.1