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 25, 2024
1 parent 09067cb commit 841262f
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
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# uv pip compile requirements-dev.in -o requirements-dev.txt
more-itertools==10.3.0
# via -r requirements.in
mypy==1.10.0
mypy==1.11.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
ruff==0.4.8
ruff==0.5.4
# via -r requirements-dev.in
typing-extensions==4.12.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ babel==2.15.0
# via
# mkdocs-git-revision-date-localized-plugin
# mkdocs-material
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -58,7 +58,7 @@ mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-git-revision-date-localized-plugin==1.2.6
# via -r requirements-docs.in
mkdocs-material==9.5.26
mkdocs-material==9.5.30
# via -r requirements-docs.in
mkdocs-material-extensions==1.3.1
# via mkdocs-material
Expand Down Expand Up @@ -88,15 +88,15 @@ pyyaml==6.0.1
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
regex==2024.5.15
regex==2024.7.24
# via mkdocs-material
requests==2.32.3
# via mkdocs-material
six==1.16.0
# via python-dateutil
smmap==5.0.1
# via gitdb
urllib3==2.2.1
urllib3==2.2.2
# via requests
watchdog==4.0.1
# via mkdocs

0 comments on commit 841262f

Please sign in to comment.