mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
Run "make freeze-requirements"
Most of these are due to dependency changes in celery / kombu: -boto==2.49.0 https://github.com/celery/celery/commit/9b2a1720781930f8eed87bce2c3396e40a99529e +cached-property==1.5.2 https://github.com/celery/kombu/commit/560518287ab672fff3ca98107fb6bded456f6a01 +click-didyoumean==0.3.0 +click-plugins==1.1.1 +click-repl==0.2.0 https://github.com/celery/celery/blame/f462a437e3371acb867e94b52c2595b6d0a742d8/requirements/default.txt +pycurl==7.43.0.5 https://github.com/celery/celery/blame/59d88326b8caa84083c01efb3a3983b3332853e9/requirements/extras/sqs.txt +vine==5.0.0 https://github.com/celery/celery/commit/f6c3b3313f8d43b0919a09dae9107a8c0a09aa6d I'm not sure about the following, but neither are critical so I don't think it's worth tracking down where they came from. +prompt-toolkit==3.0.21 +wcwidth==0.2.5
This commit is contained in:
+8
-1
@@ -53,12 +53,15 @@ bcrypt==3.2.0
|
||||
billiard==3.6.4.0
|
||||
bleach==4.1.0
|
||||
blinker==1.4
|
||||
boto==2.49.0
|
||||
boto3==1.19.4
|
||||
botocore==1.22.4
|
||||
cached-property==1.5.2
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.7
|
||||
click==7.1.2
|
||||
click-didyoumean==0.3.0
|
||||
click-plugins==1.1.1
|
||||
click-repl==0.2.0
|
||||
colorama==0.4.3
|
||||
dataclasses==0.8
|
||||
dnspython==1.16.0
|
||||
@@ -79,8 +82,10 @@ mistune==0.8.4
|
||||
orderedset==2.0.3
|
||||
packaging==21.0
|
||||
phonenumbers==8.12.36
|
||||
prompt-toolkit==3.0.21
|
||||
pyasn1==0.4.8
|
||||
pycparser==2.20
|
||||
pycurl==7.43.0.5
|
||||
pyparsing==3.0.1
|
||||
PyPDF2==1.26.0
|
||||
pyrsistent==0.18.0
|
||||
@@ -99,5 +104,7 @@ soupsieve==2.2.1
|
||||
statsd==3.3.0
|
||||
typing-extensions==3.10.0.2
|
||||
urllib3==1.26.7
|
||||
vine==5.0.0
|
||||
wcwidth==0.2.5
|
||||
webencodings==0.5.1
|
||||
zipp==3.6.0
|
||||
|
||||
Reference in New Issue
Block a user