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 22, 2024
1 parent b214e3d commit 0b21b79
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,15 @@ exclude = [
]

[tool.ruff.lint]
select = ["E", "F", "W", "I", "UP", "FURB"]
select = [
"E",
"F",
"W",
"I",
"UP",
"FURB",
# "SIM",
]
ignore = ["E203"]

[tool.ruff.lint.per-file-ignores]
Expand Down
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.5
ruff>=0.6
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ mypy==1.11.1
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
ruff==0.5.7
ruff==0.6.1
# via -r requirements-dev.in
tomli==2.0.1
# via mypy
typing-extensions==4.12.2
# via
# -r requirements.in
Expand Down
19 changes: 14 additions & 5 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,18 @@ htmlmin2==0.1.13
# via mkdocs-minify-plugin
idna==3.7
# via requests
importlib-metadata==8.4.0
# via
# markdown
# mkdocs
# mkdocs-get-deps
jinja2==3.1.4
# via
# mkdocs
# mkdocs-material
jsmin==3.0.1
# via mkdocs-minify-plugin
markdown==3.6
markdown==3.7
# via
# mkdocs
# mkdocs-material
Expand All @@ -56,9 +61,9 @@ mkdocs-exclude==1.0.2
# via -r requirements-docs.in
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-git-revision-date-localized-plugin==1.2.6
mkdocs-git-revision-date-localized-plugin==1.2.7
# via -r requirements-docs.in
mkdocs-material==9.5.31
mkdocs-material==9.5.32
# via -r requirements-docs.in
mkdocs-material-extensions==1.3.1
# via mkdocs-material
Expand All @@ -79,7 +84,9 @@ pymdown-extensions==10.9
python-dateutil==2.9.0.post0
# via ghp-import
pytz==2024.1
# via mkdocs-git-revision-date-localized-plugin
# via
# babel
# mkdocs-git-revision-date-localized-plugin
pyyaml==6.0.2
# via
# mkdocs
Expand All @@ -98,5 +105,7 @@ smmap==5.0.1
# via gitdb
urllib3==2.2.2
# via requests
watchdog==4.0.1
watchdog==4.0.2
# via mkdocs
zipp==3.20.0
# via importlib-metadata

0 comments on commit 0b21b79

Please sign in to comment.