Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Jul 12, 2024
1 parent 3794a02 commit 761cefa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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
more-itertools==10.3.0
# via -r requirements.in
mypy==1.10.0
mypy==1.10.1
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
ruff==0.4.8
ruff==0.5.1
# via -r requirements-dev.in
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements.in
# mypy
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.3.0
# via -r requirements.in
typing-extensions==4.12.1
typing-extensions==4.12.2
# via -r requirements.in

0 comments on commit 761cefa

Please sign in to comment.