Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ blinker==1.9.0
# flask
# gds-metrics
# sentry-sdk
boto3==1.34.129
boto3[crt]==1.34.129
# via notifications-utils
botocore==1.34.129
botocore[crt]==1.34.129
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -61,7 +61,7 @@ govuk-frontend-jinja==3.6.0
# via -r requirements.in
greenlet==3.2.2
# via eventlet
gunicorn==23.0.0
gunicorn[eventlet]==23.0.0
# via notifications-utils
humanize==4.4.0
# via -r requirements.in
Expand Down Expand Up @@ -100,7 +100,7 @@ mistune==0.8.4
# via notifications-utils
notifications-python-client==10.0.0
# via -r requirements.in
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@5c030d51f30cebf7800787fb68d8789b5f9757ef
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@102.1.1
# via -r requirements.in
openpyxl==3.1.5
# via pyexcel-xlsx
Expand Down Expand Up @@ -158,7 +158,7 @@ s3transfer==0.10.1
# via boto3
segno==1.6.1
# via notifications-utils
sentry-sdk==1.45.1
sentry-sdk[flask]==1.45.1
# via -r requirements.in
six==1.16.0
# via python-dateutil
Expand All @@ -168,7 +168,7 @@ statsd==4.0.1
# via notifications-utils
texttable==1.6.4
# via pyexcel
urllib3==1.26.19
urllib3==2.5.0
# via
# botocore
# requests
Expand Down
15 changes: 9 additions & 6 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ blinker==1.9.0
# -r requirements.txt
# flask
# gds-metrics
boto3==1.34.129
# sentry-sdk
boto3[crt]==1.34.129
# via
# -r requirements.txt
# moto
# notifications-utils
botocore==1.34.129
botocore[crt]==1.34.129
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -80,6 +81,7 @@ flask==3.1.1
# flask-wtf
# gds-metrics
# notifications-utils
# sentry-sdk
flask-login==0.6.3
# via -r requirements.txt
flask-redis==0.4.0
Expand All @@ -102,7 +104,7 @@ greenlet==3.2.2
# via
# -r requirements.txt
# eventlet
gunicorn==23.0.0
gunicorn[eventlet]==23.0.0
# via
# -r requirements.txt
# notifications-utils
Expand Down Expand Up @@ -149,6 +151,7 @@ markupsafe==2.1.1
# -r requirements.txt
# flask
# jinja2
# sentry-sdk
# werkzeug
# wtforms
mistune==0.8.4
Expand All @@ -159,7 +162,7 @@ moto==5.1.0
# via -r requirements_for_test.in
notifications-python-client==10.0.0
# via -r requirements.txt
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@5c030d51f30cebf7800787fb68d8789b5f9757ef
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@102.1.1
# via -r requirements.txt
openpyxl==3.1.5
# via
Expand Down Expand Up @@ -275,7 +278,7 @@ segno==1.6.1
# via
# -r requirements.txt
# notifications-utils
sentry-sdk==1.45.1
sentry-sdk[flask]==1.45.1
# via -r requirements.txt
six==1.16.0
# via
Expand All @@ -296,7 +299,7 @@ texttable==1.6.4
# via
# -r requirements.txt
# pyexcel
urllib3==1.26.19
urllib3==2.5.0
# via
# -r requirements.txt
# botocore
Expand Down