diff --git a/requirements/dev.txt b/requirements/dev.txt index ceb8c148..e0faefaa 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -100,7 +100,7 @@ jsonschema-specifications==2023.12.1 # via # -r prod.txt # jsonschema -mako==1.3.0 +mako==1.3.12 # via # -r prod.txt # alembic diff --git a/requirements/functests.txt b/requirements/functests.txt index 73c51b65..4ada1fe5 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -104,7 +104,7 @@ jsonschema-specifications==2023.12.1 # via # -r prod.txt # jsonschema -mako==1.3.0 +mako==1.3.12 # via # -r prod.txt # alembic diff --git a/requirements/lint.txt b/requirements/lint.txt index ff77d953..a625d28e 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -166,7 +166,7 @@ jsonschema-specifications==2023.12.1 # -r functests.txt # -r tests.txt # jsonschema -mako==1.3.0 +mako==1.3.12 # via # -r functests.txt # -r tests.txt diff --git a/requirements/prod.txt b/requirements/prod.txt index baed0291..d7e358b5 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -54,7 +54,7 @@ jsonschema==4.20.0 # via checkmatelib jsonschema-specifications==2023.12.1 # via jsonschema -mako==1.3.0 +mako==1.3.12 # via alembic markupsafe==2.1.3 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index 61aa74b8..f4244320 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -106,7 +106,7 @@ jsonschema-specifications==2023.12.1 # via # -r prod.txt # jsonschema -mako==1.3.0 +mako==1.3.12 # via # -r prod.txt # alembic diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 18539613..6487535d 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -88,7 +88,7 @@ jsonschema-specifications==2023.12.1 # jsonschema librt==0.10.0 # via mypy -mako==1.3.0 +mako==1.3.12 # via # -r prod.txt # alembic