Skip to content

Commit

Permalink
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 2ef1dcc commit 3dd35fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changes/noissue.safety.fix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixed safety issues up to 2024-11-28.
Fixed safety issues up to 2025-01-23.
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: 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 3dd35fb

Please sign in to comment.