Skip to content

Commit

Permalink
Safety issues from 2023-11-20
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 20, 2023
1 parent 178476f commit 276246f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ prometheus-client>=0.17.0; python_version <= '3.7'
# TODO-PYPI: Re-enable once a new version of prometheus-client (after 2023-11-09) has been released on Pypi
# prometheus-client>=0.18.x; python_version >= '3.8'

urllib3==1.26.17
urllib3==1.26.18
jsonschema==3.2.0
six==1.14.0; python_version <= '3.9'
six==1.16.0; python_version >= '3.10'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ zhmcclient>=1.9.1
# prometheus-client>=0.18.x; python_version >= '3.8'
prometheus-client@git+https://github.com/prometheus/client_python.git@master

urllib3>=1.25.17
urllib3>=1.25.18
jsonschema>=3.2.0
Jinja2>=2.11.3

Expand Down

0 comments on commit 276246f

Please sign in to comment.