Refreeze requirements#440
Merged
Merged
Conversation
## 117.0.2 * Restrict Gunicorn to versions <= 26.0.0, since version 26.0.0 dropped Eventlet support ## 117.0.1 * Small speed improvements to `validate_and_format_email_address` ## 117.0.0 * Remove StatsD client ## 116.1.0 * Add `interruptible_io` moodule. * `RecipientCSV`: use `InterruptibleIterableList` for cached rows property ## 116.0.0 * Add `BaseSMSTemplate.count_of_characters_above_limit` * Add `BaseSMSTemplate.non_gsm_characters` * Add `BaseSMSTemplate.count_of_characters_above_previous_fragment_boundary` * Fix edge case where wrong fragment count would be shown with Welsh placeholder name * Removes `notifications_utils.template.get_sms_fragment_count` (not used outside this repo) * Removes `notifications_utils.template.non_gsm_characters` (not used outside this repo) * Removes `notifications_utils.template.count_extended_gsm_chars` (not used outside this repo) ## 115.4.1 Add `dir="auto"` attribute to sms_preview_template message wrapper ## 115.4.0 * `RedisClient`: allow configuration of `socket_timeout` and `socket_connect_timeout` parameters via flask config vars `REDIS_SOCKET_TIMEOUT` and `REDIS_SOCKET_CONNECT_TIMEOUT` respectively. * `RedisClient`: use `HardEventletTimeout` as default `always_raise` exception. ## 115.3.1 * Fix easily-and-accidentally-exploited ReDoS vulnerabilities in `remove_whitespace_before_punctuation` and `replace_hyphens_with_en_dashes`. *** Complete changes: alphagov/notifications-utils@115.3.0...117.0.2
This updates all subdependencies apart from Werkzeug. Bumping Werkzeug from 3.1.6 to 3.1.8 causes the unit tests to fail, so will need more investigation.
spatel033
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps notifications-utils to bring in a change which stops the version of Gunicorn we use being one that is not compatible with our code, then updates all sub-dependencies apart from Werkzeug. Bumping Werkzeug from 3.1.6 to 3.1.8 causes the unit tests to fail, so will need more investigation.