Skip to content

Commit

Permalink
Addressed safety issues up to 2023-11-05 (#511)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier authored Nov 5, 2023
1 parent 36b9f60 commit 0765ba5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Released: not yet

**Bug fixes:**

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

* Fixed missing 'CPC' argument in "zhmc cpc upgrade" command. (issue #487).

**Enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jsonschema==3.0.1
yamlloader==0.5.5

# urllib3 is used to disable warnings
urllib3==1.26.5
urllib3==1.26.17

pyrsistent==0.15.1

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ PyYAML>=5.3.1,!=5.4.0,!=5.4.1,!=6.0.0; python_version >= '3.12'
jsonschema>=3.0.1
yamlloader>=0.5.5

urllib3>=1.26.5
urllib3>=1.26.17


# Indirect dependencies that need to be adjusted for some reason:
Expand Down

0 comments on commit 0765ba5

Please sign in to comment.