Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Jul 22, 2024
1 parent 2e400b3 commit 5f2470e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 9 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5f2470e

Please sign in to comment.