Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Jan 10, 2025
1 parent c9b4e86 commit eb953d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/populate_tox/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
">=2.0,<3.0": ["six"],
"<=3.2": [
"werkzeug<2.1.0",
"djangorestframework>=3.0.0,<4.0.0]",
"djangorestframework>=3.0.0,<4.0.0",
"pytest-django",
],
">=2.0": ["channels[daphne]"],
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -530,10 +530,10 @@ deps =
django: psycopg2-binary
django: werkzeug
django-v1.11.29: werkzeug<2.1.0
django-v1.11.29: djangorestframework>=3.0.0,<4.0.0]
django-v1.11.29: djangorestframework>=3.0.0,<4.0.0
django-v1.11.29: pytest-django
django-v3.1.14: werkzeug<2.1.0
django-v3.1.14: djangorestframework>=3.0.0,<4.0.0]
django-v3.1.14: djangorestframework>=3.0.0,<4.0.0
django-v3.1.14: pytest-django
django-v3.1.14: channels[daphne]
django-v4.1.9: channels[daphne]
Expand Down

0 comments on commit eb953d8

Please sign in to comment.