Skip to content

Commit

Permalink
Addressed safety issues up to 2023-11-26
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 26, 2023
1 parent a6a5224 commit ba3528f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Released: not yet

**Bug fixes:**

* Addressed safety issues up to 2023-11-05.
* Addressed safety issues up to 2023-11-26.

* Improved and fixed Dockerfile. (issue #297)

Expand Down
6 changes: 3 additions & 3 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
# pip 18.1 supports PEP-508 URLs, so the deprecated dependency_links no longer needs to be used.
# Pip 20.2 introduced a new resolver whose backtracking had issues that were resolved only in 21.2.2.
# pip>=21.0 is needed for the cryptography package on Windows on GitHub Actions.
pip==21.2.4; python_version <= '3.9'
pip==23.0.1; python_version >= '3.10' and python_version <= '3.11'
pip==23.2.0; python_version >= '3.12'
pip==23.3

# setuptools 59.7.0 removed support for py36
setuptools==59.6.0; python_version == '3.6'
setuptools==65.5.1; python_version >= '3.7' and python_version <= '3.11'
setuptools==66.1.0; python_version >= '3.12'

wheel==0.30.0; python_version == '3.6'
wheel==0.38.1; python_version >= '3.7'

Expand Down

0 comments on commit ba3528f

Please sign in to comment.