Skip to content

Commit

Permalink
Addressed safety issues up to 2023-11-05
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Nov 5, 2023
1 parent 3c7a0f3 commit 722fc15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
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

0 comments on commit 722fc15

Please sign in to comment.