Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addressed safety issues up to 2023-11-05 #404

Merged
merged 1 commit into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Released: not yet

**Bug fixes:**

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

* Improved and fixed Dockerfile. (issue #297)

* Docs: Fixed incorrect label value syntax in the documentation. (issue #310)
Expand Down Expand Up @@ -61,8 +63,6 @@ Released: not yet
* Fixed issue with PyYAML 5.4 installation on Python>=3.10 that fails since
the recent release of Cython 3.

* Fixed safety issues from 2023-08-27.

* Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0.

**Enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ wheel==0.38.1; python_version >= '3.7'
zhmcclient==1.9.1

prometheus-client==0.9.0
urllib3==1.26.5
urllib3==1.26.17
jsonschema==3.2.0
six==1.14.0; python_version <= '3.9'
six==1.16.0; python_version >= '3.10'
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
zhmcclient>=1.9.1

prometheus-client>=0.9.0
urllib3>=1.25.9; python_version <= '3.9'
urllib3>=1.26.5; python_version >= '3.10'
urllib3>=1.25.17
jsonschema>=3.2.0
Jinja2>=2.11.3

Expand Down