Skip to content

Commit 1cbc5b8

Browse files
authored
Upgrade pytest, isort (#367)
1 parent 4f11e89 commit 1cbc5b8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ deps =
5757
black==23.3.0
5858
flake8
5959
ruff==0.0.262
60-
isort>=5.5.4,<6
60+
isort>=5.12.0,<6
6161
flake8-debugger
6262
flake8-2020
6363
flake8-comprehensions

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
django-redis>=4.12.1
2-
black; python_version >= '3.6'
2+
black
33
flake8
4-
isort>=5.5.4,<6
54
prometheus-client>=0.12.0
65
pip-prometheus>=1.2.1
76
mysqlclient
87
psycopg2
9-
pytest==6.2.5
8+
pytest==7.3.1
109
pytest-django
1110
pylibmc
1211
pymemcache

0 commit comments

Comments
 (0)