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 @@ -7,9 +7,9 @@ blinker==1.9.0
# flask
# gds-metrics
# sentry-sdk
boto3==1.42.59
boto3[crt]==1.42.59
# via notifications-utils
botocore==1.42.59
botocore[crt]==1.42.59
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -48,7 +48,7 @@ govuk-frontend-jinja==4.0.0
# via -r requirements.in
greenlet==3.3.2
# via eventlet
gunicorn==25.1.0
gunicorn[eventlet]==25.1.0
# via notifications-utils
idna==3.11
# via requests
Expand Down Expand Up @@ -77,7 +77,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@e4fd0f03f2475329250dac85d1fb778a4fc053b4
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@110.0.0
# via -r requirements.in
ordered-set==4.1.0
# via notifications-utils
Expand All @@ -87,7 +87,7 @@ phonenumbers==9.0.25
# via notifications-utils
prometheus-client==0.24.1
# via gds-metrics
pyjwt==2.11.0
pyjwt==2.12.0
# via notifications-python-client
pypdf==6.7.5
# via notifications-utils
Expand All @@ -110,7 +110,7 @@ s3transfer==0.16.0
# via boto3
segno==1.6.6
# via notifications-utils
sentry-sdk==1.45.1
sentry-sdk[flask]==1.45.1
# via -r requirements.in
six==1.17.0
# via python-dateutil
Expand Down
15 changes: 9 additions & 6 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ blinker==1.9.0
# -r requirements.txt
# flask
# gds-metrics
boto3==1.42.59
# sentry-sdk
boto3[crt]==1.42.59
# via
# -r requirements.txt
# notifications-utils
botocore==1.42.59
botocore[crt]==1.42.59
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -60,6 +61,7 @@ flask==3.1.3
# flask-wtf
# gds-metrics
# notifications-utils
# sentry-sdk
flask-redis==0.4.0
# via
# -r requirements.txt
Expand All @@ -80,7 +82,7 @@ greenlet==3.3.2
# via
# -r requirements.txt
# eventlet
gunicorn==25.1.0
gunicorn[eventlet]==25.1.0
# via
# -r requirements.txt
# notifications-utils
Expand Down Expand Up @@ -112,6 +114,7 @@ markupsafe==3.0.3
# -r requirements.txt
# flask
# jinja2
# sentry-sdk
# werkzeug
# wtforms
mistune==0.8.4
Expand All @@ -120,7 +123,7 @@ mistune==0.8.4
# notifications-utils
notifications-python-client==10.0.0
# via -r requirements.txt
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@e4fd0f03f2475329250dac85d1fb778a4fc053b4
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@110.0.0
# via -r requirements.txt
ordered-set==4.1.0
# via
Expand All @@ -143,7 +146,7 @@ prometheus-client==0.24.1
# gds-metrics
pygments==2.19.2
# via pytest
pyjwt==2.11.0
pyjwt==2.12.0
# via
# -r requirements.txt
# notifications-python-client
Expand Down Expand Up @@ -205,7 +208,7 @@ segno==1.6.6
# via
# -r requirements.txt
# notifications-utils
sentry-sdk==1.45.1
sentry-sdk[flask]==1.45.1
# via -r requirements.txt
six==1.17.0
# via
Expand Down