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 Feb 8, 2025
1 parent f873817 commit c258ece
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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
4 changes: 2 additions & 2 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.in

mypy
ruff>=0.5
mypy>=1.14
ruff>=0.9

types-jmespath
10 changes: 6 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-dev.in -o requirements-dev.txt
jinja2==3.1.4
jinja2==3.1.5
# via -r requirements.in
jmespath==1.0.1
# via -r requirements.in
markupsafe==2.1.5
# via jinja2
more-itertools==10.4.0
more-itertools==10.5.0
# via -r requirements.in
mypy==1.11.2
mypy==1.14.1
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
ruff==0.6.3
ruff==0.9.5
# via -r requirements-dev.in
tomli==2.2.1
# via mypy
types-jmespath==1.0.2.20240106
# via -r requirements-dev.in
typing-extensions==4.12.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.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.in -o requirements.txt
jinja2==3.1.4
jinja2==3.1.5
# via -r requirements.in
jmespath==1.0.1
# via -r requirements.in
markupsafe==2.1.5
# via jinja2
more-itertools==10.4.0
more-itertools==10.5.0
# via -r requirements.in
typing-extensions==4.12.2
# via -r requirements.in

0 comments on commit c258ece

Please sign in to comment.