Skip to content

Commit

Permalink
Bump dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod committed Mar 6, 2024
1 parent ee2daae commit ae0e502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
pip install -r dev-requirements.txt

ruff:
ruff refurb test
ruff check refurb test

mypy:
mypy refurb
Expand Down Expand Up @@ -40,7 +40,7 @@ docs:
python3 -m docs.gen_checks

fmt:
ruff refurb test --fix
ruff check refurb test --fix
isort .
black refurb test

Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black==24.2.0
click==8.1.7
colorama==0.4.6
coverage==7.4.1
coverage==7.4.3
fastapi==0.100.0
iniconfig==2.0.0
isort==5.13.2
Expand All @@ -12,6 +12,6 @@ pathspec==0.12.1
platformdirs==4.2.0
pluggy==1.4.0
pytest-cov==4.1.0
pytest==8.0.1
ruff==0.2.2
typos==1.18.2
pytest==8.0.2
ruff==0.3.0
typos==1.19.0

0 comments on commit ae0e502

Please sign in to comment.