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 Aug 9, 2024
1 parent 09067cb commit 1b81784
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +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.3.0
more-itertools==10.4.0
# via -r requirements.in
mypy==1.10.0
mypy==1.11.1
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
ruff==0.4.8
ruff==0.5.7
# via -r requirements-dev.in
typing-extensions==4.12.2
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-docs.in -o requirements-docs.txt
babel==2.15.0
babel==2.16.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.31
# via -r requirements-docs.in
mkdocs-material-extensions==1.3.1
# via mkdocs-material
Expand All @@ -74,29 +74,29 @@ platformdirs==4.2.2
# via mkdocs-get-deps
pygments==2.18.0
# via mkdocs-material
pymdown-extensions==10.8.1
pymdown-extensions==10.9
# via mkdocs-material
python-dateutil==2.9.0.post0
# via ghp-import
pytz==2024.1
# via mkdocs-git-revision-date-localized-plugin
pyyaml==6.0.1
pyyaml==6.0.2
# via
# mkdocs
# mkdocs-get-deps
# pymdown-extensions
# 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
2 changes: 1 addition & 1 deletion 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.3.0
more-itertools==10.4.0
# via -r requirements.in
typing-extensions==4.12.2
# via -r requirements.in

0 comments on commit 1b81784

Please sign in to comment.