From c067c58133c572f446b7c8a985c0b0bba7c4399a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 19:19:51 +0000 Subject: [PATCH 1/2] Bump mako from 1.2.0 to 1.2.2 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) --- updated-dependencies: - dependency-name: mako dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 154c1c908..15a5904be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -121,8 +121,6 @@ idna==3.3 # via # jsonschema # requests -importlib-metadata==4.12.0 - # via flask iso8601==1.0.2 # via -r requirements.in isoduration==20.11.0 @@ -148,7 +146,7 @@ kombu==5.2.4 # via celery lxml==4.9.1 # via -r requirements.in -mako==1.2.0 +mako==1.2.2 # via alembic markupsafe==2.1.1 # via @@ -259,8 +257,6 @@ sqlalchemy==1.4.40 # marshmallow-sqlalchemy statsd==3.3.0 # via notifications-utils -typing-extensions==4.3.0 - # via pypdf2 uri-template==1.2.0 # via jsonschema urllib3==1.26.9 @@ -284,8 +280,6 @@ werkzeug==2.1.1 # flask wrapt==1.14.1 # via deprecated -zipp==3.8.1 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools From b835738068e8d6a9fbc5c80eddb9a50c739a54c6 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 20 Sep 2022 15:57:55 -0400 Subject: [PATCH 2/2] Re-run make freeze-requirements --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/requirements.txt b/requirements.txt index 15a5904be..ce89e4eb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -121,6 +121,8 @@ idna==3.3 # via # jsonschema # requests +importlib-metadata==4.12.0 + # via flask iso8601==1.0.2 # via -r requirements.in isoduration==20.11.0 @@ -257,6 +259,8 @@ sqlalchemy==1.4.40 # marshmallow-sqlalchemy statsd==3.3.0 # via notifications-utils +typing-extensions==4.3.0 + # via pypdf2 uri-template==1.2.0 # via jsonschema urllib3==1.26.9 @@ -280,6 +284,8 @@ werkzeug==2.1.1 # flask wrapt==1.14.1 # via deprecated +zipp==3.8.1 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools