Skip to content

Commit bdbca57

Browse files
committed
docs: note Python 3.9 boto3 split in v9.15 release notes
Annotate the boto3 1.42 -> 1.43 dependency line to reflect that 1.43 requires Python >=3.10, so 3.9 stays on the 1.42.* series.
1 parent dda6d0e commit bdbca57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en_US/release_notes_9_15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Non-breaking ``dependabot`` updates aggregated for v9.15.
8989

9090
Python:
9191

92-
| ``boto3`` 1.42 -> 1.43
92+
| ``boto3`` 1.42 -> 1.43 (``python_version > '3.9'``; Python 3.9 stays on 1.42)
9393
| ``cryptography`` 46.0 -> 47.0
9494
| ``psycopg`` 3.3.3 -> 3.3.4 (``python_version >= '3.10'``)
9595
| ``pycodestyle`` >=2.5.0 -> >=2.14.0

0 commit comments

Comments
 (0)