File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
Pillow == 10.0.1
3
3
lxml == 4.9.3
4
4
psycopg2 == 2.9.9
5
- Django == 3.2.21
5
+ Django == 3.2.22
6
6
7
7
# Other
8
8
amqp == 5.1.1
Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ install_requires =
27
27
# native dependencies
28
28
Pillow ==10.0.1
29
29
lxml ==4.9.3
30
- psycopg2 ==2.9.7
31
- Django ==3.2.21
30
+ psycopg2 ==2.9.9
31
+ Django ==3.2.22
32
32
33
33
# Other
34
34
amqp ==5.1.1
35
35
beautifulsoup4 ==4.12.2
36
36
httplib2<0.22.1
37
37
hyperlink ==21.0.0
38
38
idna>=2.5,<3.5
39
- urllib3 ==1.26.15
39
+ urllib3 ==1.26.17
40
40
Paver ==1.3.4
41
41
python-slugify ==8.0.1
42
42
decorator ==5.1.1
@@ -134,7 +134,7 @@ install_requires =
134
134
django-bootstrap3-datetimepicker-2 ==2.8.3
135
135
136
136
# storage manager dependencies
137
- django-storages ==1.14
137
+ django-storages ==1.14.1
138
138
dropbox ==11.36.2
139
139
google-cloud-storage ==2.11.0
140
140
google-cloud-core ==2.3.3
@@ -170,7 +170,7 @@ install_requires =
170
170
# production
171
171
uWSGI ==2.0.22
172
172
gunicorn ==21.2.0
173
- ipython ==8.15.0
173
+ ipython ==8.16.1
174
174
docker ==6.1.3
175
175
invoke ==2.2.0
176
176
@@ -195,7 +195,7 @@ install_requires =
195
195
webdriver_manager ==4.0.1
196
196
197
197
# Security and audit
198
- mistune ==3.0.1
198
+ mistune ==3.0.2
199
199
protobuf ==3.20.3
200
200
mako ==1.2.4
201
201
paramiko ==3.3.1 # not directly required, fixes Blowfish deprecation warning
You can’t perform that action at this time.
0 commit comments