Skip to content

Commit 3ba9c02

Browse files
authored
Pin drf-yasg to make api-test pass (#15887)
Ping drf-yasg to make api-test pass
1 parent a206ca2 commit 3ba9c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build
22
coreapi
33
django-debug-toolbar==3.2.4
44
django-test-migrations
5-
drf-yasg
5+
drf-yasg<1.21.10 # introduces new DeprecationWarning that is turned into error
66
# pprofile - re-add once https://github.com/vpelletier/pprofile/issues/41 is addressed
77
ipython>=7.31.1 # https://github.com/ansible/awx/security/dependabot/30
88
unittest2

0 commit comments

Comments
 (0)