Skip to content

Commit 936e979

Browse files
committed
Release 1.18.3: Fixed safety issues up to 2025-01-23
Signed-off-by: Andreas Maier <[email protected]>
1 parent 0d9c8e6 commit 936e979

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pywin32>=303; sys_platform == 'win32' and python_version <= '3.11'
156156
pywin32>=306; sys_platform == 'win32' and python_version == '3.12'
157157

158158
# The tornado package is used by ipykernel which is used by jupyter.
159-
tornado>=6.4.1
159+
tornado>=6.4.2
160160

161161
# pyzmq 26.1.0 added wheel archives for Python 3.13
162162
pyzmq>=26.1.0

docs/changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Released: 2025-01-23
2727

2828
**Bug fixes:**
2929

30+
* Fixed safety issues up to 2025-01-23.
31+
3032
* Circumvented an issue when installing pywinpty 2.0.14 with latest version of
3133
maturin on Python 3.8, by excluding pywinpty 2.0.14.
3234

minimum-constraints-develop.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ terminado==0.8.3
207207
testpath==0.3
208208
toml==0.10.0
209209
tomli==2.0.1
210-
tornado==6.4.1
210+
tornado==6.4.2
211211
tqdm==4.66.3
212212
traitlets==5.6.0
213213
typing==3.6.1

0 commit comments

Comments
 (0)