From 46e5b2e7be0c535e44896f507f39193a49a9e007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:10:04 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [flask](https://github.com/pallets/flask), [jinja2](https://github.com/pallets/jinja), [markupsafe](https://github.com/pallets/markupsafe) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `flask` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.0.0...3.0.1) Updates `jinja2` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) Updates `markupsafe` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.3...2.1.4) Updates `sentry-sdk` from 1.39.1 to 1.39.2 - [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.39.1...1.39.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch 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 41b40a4..ed836c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,15 +2,15 @@ blinker==1.7.0 certifi==2023.11.17 charset-normalizer==3.3.2 click==8.1.7 -Flask==3.0.0 +Flask==3.0.1 idna==3.6 importlib-metadata==7.0.1 itsdangerous==2.1.2 -Jinja2==3.1.2 -MarkupSafe==2.1.3 +Jinja2==3.1.3 +MarkupSafe==2.1.4 openttd-helpers==1.4.0 requests==2.31.0 -sentry-sdk==1.39.1 +sentry-sdk==1.39.2 urllib3==2.1.0 Werkzeug==3.0.1 zipp==3.17.0