Skip to content

Commit

Permalink
Upgrade pytest, isort (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf authored Apr 25, 2023
1 parent 4f11e89 commit 1cbc5b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ deps =
black==23.3.0
flake8
ruff==0.0.262
isort>=5.5.4,<6
isort>=5.12.0,<6
flake8-debugger
flake8-2020
flake8-comprehensions
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
django-redis>=4.12.1
black; python_version >= '3.6'
black
flake8
isort>=5.5.4,<6
prometheus-client>=0.12.0
pip-prometheus>=1.2.1
mysqlclient
psycopg2
pytest==6.2.5
pytest==7.3.1
pytest-django
pylibmc
pymemcache
Expand Down

0 comments on commit 1cbc5b8

Please sign in to comment.