Skip to content

Commit

Permalink
Bump dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod committed Dec 23, 2023
1 parent a7c461f commit 0929acf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
20 changes: 8 additions & 12 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
attrs==23.1.0
black==23.11.0
black==23.12.1
click==8.1.7
colorama==0.4.6
coverage==7.3.2
exceptiongroup==1.1.3
coverage==7.3.4
fastapi==0.100.0
iniconfig==2.0.0
isort==5.12.0
isort==5.13.2
mypy-extensions==1.0.0
mypy==1.7.1
mypy==1.8.0
packaging==23.1
pathspec==0.11.2
platformdirs==4.0.0
pathspec==0.12.1
platformdirs==4.1.0
pluggy==1.3.0
py==1.11.0
pyparsing==3.1.1
pytest-cov==4.1.0
pytest==7.4.3
ruff==0.1.6
typos==1.16.23
ruff==0.1.9
typos==1.16.25
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ extend-ignore = [
"INP001",
"N813", "N818",
"PGH003",
"PLR0911", "PLR0912", "PLR0915", "PLR2004",
"PLR0911", "PLR0912", "PLR0914", "PLR0915", "PLR2004",
"PT012",
"RUF100",
"S101",
Expand Down

0 comments on commit 0929acf

Please sign in to comment.