Skip to content

Commit

Permalink
Addressed dependabot issues up to 2024-06-07
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jun 7, 2024
1 parent fe47757 commit 0ebe7f4
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 @@ -228,7 +228,7 @@ pywin32>=306; sys_platform == 'win32' and python_version >= '3.12'
# TODO: Follow up on resolution of this issue.
tornado>=4.2.1,<5.0; python_version == '2.7'
tornado>=6.1; python_version >= '3.5' and python_version <= '3.7'
tornado>=6.3.3; python_version >= '3.8'
tornado>=6.4.1; python_version >= '3.8'

# pyzmq 17.0.0,17.1.0 fail installation when wheel is used
pyzmq>=17.1.3; python_version <= '3.5'
Expand Down
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Released: 2024-06-07

* Fixed safety issues up to 2024-06-07

* Addressed dependabot issues up to 2024-06-07

* Dev: In the Github Actions test workflow for Python 3.5, 3.6 and 3.7, changed
macos-latest back to macos-12 because macos-latest got upgraded from macOS 12
to macOS 14 which no longer supports these Python versions.
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ tomli==1.1.0; python_version == '3.6'
tomli==2.0.1; python_version >= '3.7'
tornado==4.2.1; python_version == '2.7'
tornado==6.1; python_version >= '3.5' and python_version <= '3.7'
tornado==6.3.3; python_version >= '3.8'
tornado==6.4.1; python_version >= '3.8'
tqdm==4.11.2; python_version <= '3.5'
tqdm==4.14; python_version >= '3.6'
traitlets==4.3.1; python_version <= '3.6'
Expand Down

0 comments on commit 0ebe7f4

Please sign in to comment.