Skip to content

Commit

Permalink
Addressed safety issues (#1411)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier authored Aug 18, 2024
1 parent 1f5a7a3 commit d4311cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Released: not yet

**Bug fixes:**

* Addressed safety issues up to 2024-08-13.
* Addressed safety issues up to 2024-08-18.

* Fixed new issues reported by Pylint 3.2.

Expand Down
6 changes: 1 addition & 5 deletions minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
# * pip>=21.0 is needed for the cryptography package on Windows on GitHub Actions.
pip==23.3

# setuptools 41.5.0 fixes build errors with Visual C++ 14.0 on Windows
# setuptools 49.0.0 fixes the comparison of Python versions in requirements that was
# based on strings and thus ignored certain requirements on Python 3.10.
setuptools==65.5.1; python_version <= '3.11'
setuptools==66.1.0; python_version >= '3.12'
setuptools==70.0.0

# wheel 0.36.2 fixes empty and invalid tag issues in archive file name
# wheel 0.38.0 fixes pywbemtools issue #1228
Expand Down

0 comments on commit d4311cc

Please sign in to comment.