@@ -5,14 +5,14 @@ virtualenv==20.10.0
5
5
6
6
django==2.2.25 # pyup: <2.3
7
7
django-extensions==3.1.5
8
- django_polymorphic==3.0 .0
8
+ django_polymorphic==3.1 .0
9
9
django-autoslug==1.9.8
10
10
django-simple-history==3.0.0
11
11
12
- djangorestframework==3.12.4
12
+ djangorestframework==3.13.0
13
13
14
14
# For intersphinx during builds
15
- Sphinx==4.3.0
15
+ Sphinx==4.3.1
16
16
17
17
# Filtering for the REST API
18
18
django-filter==21.1
@@ -31,9 +31,9 @@ pyyaml==5.4.1 # pyup: ignore
31
31
Pygments==2.10.0
32
32
33
33
# Basic tools
34
- redis==3.5.3
35
- kombu==5.1.0
36
- celery==5.1.2
34
+ redis==4.0.2
35
+ kombu==5.2.2
36
+ celery==5.2.1
37
37
38
38
# When upgrading to 0.43.0 we should double check the ``base.html`` change
39
39
# described in the changelog. In previous versions, the allauth app included a
@@ -48,27 +48,27 @@ requests-oauthlib==1.3.0
48
48
GitPython==3.1.18 # pyup: ignore
49
49
50
50
# Search
51
- elasticsearch==7.15.2 # pyup: <8.0.0
51
+ elasticsearch==7.16.0 # pyup: <8.0.0
52
52
elasticsearch-dsl==7.4.0 # pyup: <8.0
53
53
django-elasticsearch-dsl==7.2.1 # pyup: <8.0
54
- selectolax==0.3.5
54
+ selectolax==0.3.6
55
55
56
56
# embed
57
57
pyquery==1.4.3
58
58
59
59
# NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat``
60
60
python-dateutil==2.8.2
61
61
62
- orjson==3.6.4
62
+ orjson==3.6.5
63
63
64
64
# Utils
65
65
django-gravatar2==1.4.4
66
66
pytz==2021.3
67
67
Unipath==1.1
68
68
django-kombu==0.9.4
69
- stripe==2.62 .0
69
+ stripe==2.63 .0
70
70
regex==2021.11.10
71
- markdown==3.3.4
71
+ markdown==3.3.6
72
72
73
73
# unicode-slugify==0.1.5 is not released on PyPI yet
74
74
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
@@ -87,11 +87,11 @@ textblob==0.17.1
87
87
django-annoying==0.10.6
88
88
django-messages-extends==0.6.2
89
89
djangorestframework-jsonp==1.0.2
90
- django-taggit==1.5.1
90
+ django-taggit==2.0.0
91
91
dj-pagination==2.5.0
92
92
93
93
# Version comparison stuff
94
- packaging==21.2
94
+ packaging==21.3
95
95
96
96
# django-cors-middleware==1.5.0 fails with
97
97
# AttributeError: 'dict' object has no attribute 'has_header'
@@ -115,12 +115,12 @@ git+https://github.com/jschneier/django-storages@d0f027c98a877f75615cfc42b4d51c0
115
115
116
116
117
117
# Required only in development and linting
118
- django-debug-toolbar==3.2.2
118
+ django-debug-toolbar==3.2.3
119
119
120
120
# For enabling content-security-policy
121
121
django-csp==3.7
122
122
# For setting the permissions-policy security header
123
123
django-permissions-policy==4.5.0
124
124
125
125
django-structlog==2.2.0
126
- structlog==21.3 .0
126
+ structlog==21.4 .0
0 commit comments