mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Run "make freeze-requirements"
This is so we can clear the diff prior to upgrading to Celery 5, which has a number of transitive package changes associated with it. It makes sense for this to be a separate change in case it causes issues of its own. However, the only major difference in this commit is pyparsing [1]. [1]: https://github.com/pyparsing/pyparsing/blob/master/docs/whats_new_in_3_0_0.rst
This commit is contained in:
@@ -45,30 +45,33 @@ prometheus-client==0.10.1
|
|||||||
gds-metrics==0.2.4
|
gds-metrics==0.2.4
|
||||||
|
|
||||||
## The following requirements were added by pip freeze:
|
## The following requirements were added by pip freeze:
|
||||||
alembic==1.6.5
|
alembic==1.7.4
|
||||||
amqp==1.4.9
|
amqp==1.4.9
|
||||||
anyjson==0.3.3
|
anyjson==0.3.3
|
||||||
attrs==21.2.0
|
attrs==21.2.0
|
||||||
awscli==1.20.46
|
awscli==1.21.4
|
||||||
bcrypt==3.2.0
|
bcrypt==3.2.0
|
||||||
billiard==3.3.0.23
|
billiard==3.3.0.23
|
||||||
bleach==3.3.0
|
bleach==3.3.0
|
||||||
blinker==1.4
|
blinker==1.4
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
boto3==1.18.46
|
boto3==1.19.4
|
||||||
botocore==1.21.46
|
botocore==1.22.4
|
||||||
certifi==2021.5.30
|
certifi==2021.10.8
|
||||||
charset-normalizer==2.0.6
|
charset-normalizer==2.0.7
|
||||||
click==8.0.1
|
click==8.0.3
|
||||||
colorama==0.4.3
|
colorama==0.4.3
|
||||||
|
dataclasses==0.8
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docutils==0.15.2
|
docutils==0.15.2
|
||||||
flask-redis==0.4.0
|
flask-redis==0.4.0
|
||||||
geojson==2.5.0
|
geojson==2.5.0
|
||||||
govuk-bank-holidays==0.10
|
govuk-bank-holidays==0.10
|
||||||
greenlet==1.1.1
|
greenlet==1.1.2
|
||||||
idna==3.2
|
idna==3.3
|
||||||
Jinja2==3.0.1
|
importlib-metadata==4.8.1
|
||||||
|
importlib-resources==5.3.0
|
||||||
|
Jinja2==3.0.2
|
||||||
jmespath==0.10.0
|
jmespath==0.10.0
|
||||||
kombu==3.0.37
|
kombu==3.0.37
|
||||||
Mako==1.1.5
|
Mako==1.1.5
|
||||||
@@ -76,24 +79,26 @@ MarkupSafe==2.0.1
|
|||||||
mistune==0.8.4
|
mistune==0.8.4
|
||||||
orderedset==2.0.3
|
orderedset==2.0.3
|
||||||
packaging==21.0
|
packaging==21.0
|
||||||
phonenumbers==8.12.31
|
phonenumbers==8.12.36
|
||||||
pyasn1==0.4.8
|
pyasn1==0.4.8
|
||||||
pycparser==2.20
|
pycparser==2.20
|
||||||
pyparsing==2.4.7
|
pyparsing==3.0.1
|
||||||
PyPDF2==1.26.0
|
PyPDF2==1.26.0
|
||||||
pyrsistent==0.18.0
|
pyrsistent==0.18.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-json-logger==2.0.2
|
python-json-logger==2.0.2
|
||||||
pytz==2021.1
|
pytz==2021.3
|
||||||
PyYAML==5.4.1
|
PyYAML==5.4.1
|
||||||
redis==3.5.3
|
redis==3.5.3
|
||||||
requests==2.26.0
|
requests==2.26.0
|
||||||
rsa==4.7.2
|
rsa==4.7.2
|
||||||
s3transfer==0.5.0
|
s3transfer==0.5.0
|
||||||
Shapely==1.7.1
|
Shapely==1.8.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
smartypants==2.0.1
|
smartypants==2.0.1
|
||||||
soupsieve==2.2.1
|
soupsieve==2.2.1
|
||||||
statsd==3.3.0
|
statsd==3.3.0
|
||||||
|
typing-extensions==3.10.0.2
|
||||||
urllib3==1.26.7
|
urllib3==1.26.7
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
|
zipp==3.6.0
|
||||||
|
|||||||
Reference in New Issue
Block a user