Skip to content

Commit b9635e7

Browse files
committed
update reqs
1 parent 9b9a7d4 commit b9635e7

File tree

2 files changed

+561
-420
lines changed

2 files changed

+561
-420
lines changed

Pipfile

Lines changed: 40 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -18,72 +18,70 @@ sphinx = "*"
1818
vcrpy = "*"
1919

2020
[packages]
21-
azure-common = "==1.1.27"
22-
azure-storage-blob = "==2.1.0"
21+
azure-common = "==1.1.28"
22+
azure-storage-blob = "==12.11"
2323
azure-storage-common = "==2.1.0"
24-
carto = "==1.11.2"
25-
celery = "==5.1.2"
24+
carto = "==1.11.3"
25+
celery = "==5.2.6"
2626
cryptography = "<3.4"
2727
dj-database-url = "==0.5"
2828
dj-static = "==0.0.6"
29-
Django = "==3.2.6"
29+
Django = "<4.0"
3030
django-admin-extra-urls = "*"
31-
django-appconf = "==1.0.4"
31+
django-appconf = "==1.0.5"
3232
django-celery-beat = "==2.2.1"
3333
django-celery-email = "==3.0.0"
34-
django-celery-results = "==2.2"
35-
django-contrib-comments = "==2.1.0"
36-
django-cors-headers = "==3.7.0"
37-
django-debug-toolbar = "==3.2.1"
38-
django-extensions = "==3.1.3"
39-
django-easy-pdf3 = "==0.1.2"
40-
django-filter = "==2.4.0"
41-
django-fsm = "==2.7.1"
42-
django-import-export = "==2.5.0"
43-
django-js-asset = "==1.2.2"
44-
django-leaflet = "==0.28.1"
45-
django-logentry-admin = "==1.0.6"
46-
django-model-utils = "==4.1.1"
47-
django-ordered-model = "==3.4.3"
48-
django-post-office = "==3.5.3"
49-
django-redis-cache = "==3.0"
34+
django-celery-results = "==2.3.1"
35+
django-contrib-comments = "==2.2.0"
36+
django-cors-headers = "==3.11.0"
37+
django-debug-toolbar = "==3.4"
38+
django-extensions = "==3.1.5"
39+
django-easy-pdf3 = "==0.1.4"
40+
django-filter = "==21.1"
41+
django-fsm = "==2.8"
42+
django-import-export = "==2.8.0"
43+
django-js-asset = "==2.0"
44+
django-leaflet = "==0.28.2"
45+
django-logentry-admin = "==1.1"
46+
django-model-utils = "==4.2"
47+
django-ordered-model = "==3.5"
48+
django-post-office = "==3.6"
49+
django-redis-cache = "==3.0.1"
5050
django-rest-swagger = "==2.2"
51-
django-storages = {extras = ["azure"],version = "==1.11.1"}
52-
django-tenants = "==3.3.2"
53-
django-timezone-field = "==4.2.1"
54-
django-waffle = "==2.1.0"
51+
django-storages = {extras = ["azure"],version = "==1.12.3"}
52+
django-tenants = "==3.4.2"
53+
django-timezone-field = "<5.0"
54+
django-waffle = "==2.4.1"
5555
djangorestframework-csv = "==2.1.1"
56-
djangorestframework-gis = "==0.17"
57-
djangorestframework-simplejwt = "==4.8"
56+
djangorestframework-gis = "==1.0"
57+
djangorestframework-simplejwt = "==5.1"
5858
djangorestframework-recursive = "==0.1.2"
5959
djangorestframework-xml = "==2.0.0"
60-
djangorestframework = "==3.12.4"
61-
drf-nested-routers = "==0.93.3"
60+
djangorestframework = "==3.13.1"
61+
drf-nested-routers = "==0.93.4"
6262
drf-querystringfilter = "==1.0.0"
6363
etools-validator = "==0.5.0"
64-
flower = "==0.9.5" # issue when locking
64+
flower = "==1.0"
6565
GDAL = "==3.0.2"
66-
gunicorn = "<20.0"
66+
gunicorn = "==20.1"
6767
newrelic = "*"
68-
Pillow = "==8.1.0"
69-
psycopg2-binary = "==2.9.1"
68+
Pillow = "==9.1.0"
69+
psycopg2-binary = "==2.9.3"
7070
sentry-sdk = "*"
71-
requests = "==2.26"
71+
requests = "==2.27.1"
7272
social-auth-app-django = "==5.0"
73-
social-auth-core = {extras = ["azuread"],version = "==4.1"}
74-
tenant-schemas-celery = "==1.0.1"
73+
social-auth-core = {extras = ["azuread"],version = "==4.2"}
74+
tenant-schemas-celery = "==2.0.0"
7575
unicef-attachments = "==0.10.1"
7676
unicef-djangolib = "==0.5.4"
7777
unicef-locations = "==4.0.1"
7878
unicef-notification = "==1.1"
7979
unicef-restlib = "==0.7"
80-
unicef-snapshot = "==1.1"
81-
unicef-rest-export = "==0.5.3"
82-
xhtml2pdf = "==0.2.5"
80+
unicef-snapshot = "==1.2"
81+
unicef-rest-export = "==0.6"
82+
xhtml2pdf = "==0.2.7"
8383
unicef-vision = "==0.6"
8484
etools-offline = "==0.1.0"
85-
openpyxl = "==3.0.5"
86-
pyyaml = "==5.4.1"
8785

8886
reportlab = "==3.6.6" # freeze: getStringIO from 'reportlab.lib.utils'
8987

0 commit comments

Comments
 (0)