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
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@11
git+https://github.com/alphagov/gds_metrics_python.git@6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72

sentry-sdk[flask,celery,sqlalchemy]~=1.45
wheel>=0.46.2
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ click==8.3.1
# click-plugins
# click-repl
# flask
click-datetime==0.4.0
click-datetime==0.2
# via -r requirements.in
click-didyoumean==0.3.1
# via celery
Expand Down Expand Up @@ -159,6 +159,7 @@ packaging==26.0
# gunicorn
# kombu
# marshmallow
# wheel
phonenumbers==9.0.25
# via notifications-utils
prometheus-client==0.24.1
Expand Down Expand Up @@ -261,5 +262,5 @@ webcolors==25.10.0
# via jsonschema
werkzeug==3.1.6
# via flask
wheel==0.44.0
# via click-datetime
wheel==0.46.3
# via -r requirements.in
9 changes: 4 additions & 5 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ click==8.3.1
# click-plugins
# click-repl
# flask
click-datetime==0.4.0
click-datetime==0.2
# via -r requirements.txt
click-didyoumean==0.3.1
# via
Expand Down Expand Up @@ -237,6 +237,7 @@ packaging==26.0
# kombu
# marshmallow
# pytest
# wheel
pathspec==1.0.4
# via mypy
phonenumbers==9.0.25
Expand Down Expand Up @@ -430,9 +431,7 @@ werkzeug==3.1.6
# flask
# moto
# pytest-httpserver
wheel==0.44.0
# via
# -r requirements.txt
# click-datetime
wheel==0.46.3
# via -r requirements.txt
xmltodict==1.0.4
# via moto
Loading