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 Sep 17, 2024
1 parent 46eb877 commit 4f74798
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements.in

mypy
ruff>=0.4
ruff>=0.5
11 changes: 7 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-dev.in -o requirements-dev.txt
more-itertools==10.2.0
mypy==1.10.0
more-itertools==10.5.0
# via -r requirements.in
mypy==1.11.2
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
ruff==0.4.4
typing-extensions==4.11.0
ruff==0.6.5
# via -r requirements-dev.in
typing-extensions==4.12.2
# via mypy
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
more-itertools==10.2.0
more-itertools==10.5.0
# via -r requirements.in

0 comments on commit 4f74798

Please sign in to comment.