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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 101.2.2

* Bump minimum version of requests to 2.32.5

## 101.2.1

- Remove `clients.redis.rate_limit_cache_key` (no longer used)
Expand Down
2 changes: 1 addition & 1 deletion notifications_utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# - `make version-minor` for new features
# - `make version-patch` for bug fixes

__version__ = "101.2.1" # 67bdb2db1d590d079d507ea9662cf6fb
__version__ = "101.2.2" # d7a6726a01e036554ea7720726cedae9
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"python-json-logger>=3.3.0",
"pytz>=2024.2",
"pyyaml>=6.0.2",
"requests>=2.32.2", # Can’t go past 2.32.2 until https://github.com/psf/requests/issues/6730 is fixed
"requests>=2.32.5",
"segno>=1.6.1",
"smartypants>=2.0.1",
"statsd>=4.0.1",
Expand Down
4 changes: 1 addition & 3 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# uv pip compile requirements_for_test.in pyproject.toml --output-file requirements_for_test.txt
amqp==5.2.0
# via kombu
async-timeout==5.0.1
# via redis
awscrt==0.22.0
# via botocore
beautifulsoup4==4.12.3
Expand Down Expand Up @@ -138,7 +136,7 @@ redis==5.2.0
# via
# -r requirements_for_test.in
# flask-redis
requests==2.32.3
requests==2.32.5
# via
# notifications-utils (pyproject.toml)
# govuk-bank-holidays
Expand Down