Skip to content

Commit 9726a42

Browse files
authored
Fix django version for tastypie (#600)
1 parent 601efc3 commit 9726a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ deps =
196196
component_graphqlserver: jinja2<3.1
197197
component_tastypie-tastypie0143: django-tastypie<0.14.4
198198
component_tastypie-{py27,pypy}-tastypie0143: django<1.12
199-
component_tastypie-{py36,py37,py38,py39,pypy36}-tastypie0143: django<3.0.1
199+
component_tastypie-{py36,py37,py38,py39,py310,pypy36,pypy37}-tastypie0143: django<3.0.1
200200
component_tastypie-tastypielatest: django-tastypie
201-
component_tastypie-tastypielatest: django
201+
component_tastypie-tastypielatest: django<4.1
202202
coroutines_asyncio: uvloop
203203
cross_agent: mock==1.0.1
204204
cross_agent: requests

0 commit comments

Comments
 (0)