Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
chinskiy committed Jan 9, 2024
1 parent 93d63c2 commit 9841f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django>=2.2,<=2.3
django-appconf
flake8==4.0.1
isort==5.10.1
isort==5.13.2
pytest==6.2.5
pytest-django==4.5.2
pytest-cov==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ deps = flake8==4.0.1

[testenv:isort]
commands = make isort
deps = isort==5.10.1
deps = isort==5.13.2

0 comments on commit 9841f45

Please sign in to comment.