Skip to content

Commit

Permalink
Release 1.18.3: Fixed safety issues up to 2025-01-23
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jan 23, 2025
1 parent 0d9c8e6 commit 936e979
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pywin32>=303; sys_platform == 'win32' and python_version <= '3.11'
pywin32>=306; sys_platform == 'win32' and python_version == '3.12'

# The tornado package is used by ipykernel which is used by jupyter.
tornado>=6.4.1
tornado>=6.4.2

# pyzmq 26.1.0 added wheel archives for Python 3.13
pyzmq>=26.1.0
Expand Down
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Released: 2025-01-23

**Bug fixes:**

* Fixed safety issues up to 2025-01-23.

* Circumvented an issue when installing pywinpty 2.0.14 with latest version of
maturin on Python 3.8, by excluding pywinpty 2.0.14.

Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ terminado==0.8.3
testpath==0.3
toml==0.10.0
tomli==2.0.1
tornado==6.4.1
tornado==6.4.2
tqdm==4.66.3
traitlets==5.6.0
typing==3.6.1
Expand Down

0 comments on commit 936e979

Please sign in to comment.