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 Jan 21, 2025
1 parent 126b4d9 commit de20742
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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>=1.13
ruff>=0.8
mypy>=1.14
ruff>=0.9

types-jmespath
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# 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.5.0
# via -r requirements.in
mypy==1.13.0
mypy==1.14.1
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
ruff==0.8.0
ruff==0.9.2
# via -r requirements-dev.in
tomli==2.1.0
tomli==2.2.1
# via mypy
types-jmespath==1.0.2.20240106
# via -r requirements-dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Jinja2>=3,<4
jmespath>=1,<2
more-itertools>=10,<11
more-itertools==10.5.0 # supports py38
typing-extensions>=4.12
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
jinja2==3.1.4
jinja2==3.1.5
# via -r requirements.in
jmespath==1.0.1
# via -r requirements.in
Expand Down

0 comments on commit de20742

Please sign in to comment.