From 5f2470e012d7ee89a95713e5299b87f146f0d3f0 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Mon, 22 Jul 2024 22:27:05 +0800 Subject: [PATCH] chore: update deps Signed-off-by: Jack Cherng --- requirements-dev.txt | 12 +++++++++--- requirements-prod.txt | 6 ++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d30432f..7318eaa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,10 +1,16 @@ # This file was autogenerated by uv via the following command: # uv pip compile requirements-dev.in -o requirements-dev.txt -mypy==1.10.1 +jinja2==3.1.4 + # via -r requirements-prod.in +markupsafe==2.1.5 + # via jinja2 +mypy==1.11.0 # via -r requirements-dev.in mypy-extensions==1.0.0 # via mypy -ruff==0.5.3 +ruff==0.5.4 # via -r requirements-dev.in typing-extensions==4.12.2 - # via mypy + # via + # -r requirements-prod.in + # mypy diff --git a/requirements-prod.txt b/requirements-prod.txt index 0f42c8c..bff9c8b 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,2 +1,8 @@ # This file was autogenerated by uv via the following command: # uv pip compile requirements-prod.in -o requirements-prod.txt +jinja2==3.1.4 + # via -r requirements-prod.in +markupsafe==2.1.5 + # via jinja2 +typing-extensions==4.12.2 + # via -r requirements-prod.in