File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ python-decouple==3.4
15
15
# lxml used by BeautifulSoup.
16
16
lxml==5.2.2
17
17
cssselect==1.1.0
18
- feedparser==6.0.8
18
+ feedparser==6.0.11
19
19
beautifulsoup4==4.11.2
20
20
icalendar==4.0.7
21
21
chardet==4.0.0
@@ -43,7 +43,7 @@ django-waffle==2.2.1
43
43
djangorestframework==3.14.0 # 3.14.0 is first version that supports Django 4.1, 4.2 support hasnt been "released"
44
44
django-filter==2.4.0
45
45
django-ordered-model==3.4.3
46
- django-widget-tweaks==1.4.8
46
+ django-widget-tweaks==1.5.0
47
47
django-countries==7.2.1
48
48
num2words==0.5.10
49
49
django-polymorphic==3.1.0 # 3.1.0 is first version that supports Django 4.0, unsure if it fully supports 4.2
Original file line number Diff line number Diff line change 5
5
from django .urls import reverse
6
6
from django .test import TestCase , override_settings
7
7
8
- from rest_framework .authtoken .models import Token
9
8
from rest_framework .test import APITestCase
10
9
11
10
from .base import BaseDownloadTests , DownloadMixin
12
- from ..models import OS , Release
11
+ from ..models import Release
13
12
from pages .factories import PageFactory
14
13
from pydotorg .drf import BaseAPITestCase
15
14
from users .factories import UserFactory
You can’t perform that action at this time.
0 commit comments