[security] syntribos 0.5.0
We are delighted to announce the release of: syntribos 0.5.0: API Security Scanner Download the package from: https://pypi.python.org/pypi/syntribos Please report issues through launchpad: https://bugs.launchpad.net/syntribos For more details, please see below. Changes in syntribos 0.4.0..0.5.0 --------------------------------- 575348d Updated from global requirements daa6575 Fixed logging issue in payload downloading cb46017 Fixed Broken Payload Downloading e1c5432 Remove explicit version info from setup.cfg 6708119 Updated from global requirements 373f92b Update the documentation link for doc migration Diffstat (except docs and test files) ------------------------------------- requirements.txt | 8 ++++---- setup.cfg | 5 ++--- syntribos/clients/http/base_http_client.py | 5 ++--- syntribos/utils/remotes.py | 6 ++++-- test-requirements.txt | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d6c059c..81935e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 @@ -7,3 +7,3 @@ requests>=2.14.2 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -python-cinderclient>=3.1.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 +oslo.utils>=3.31.0 # Apache-2.0 +python-cinderclient>=3.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index aa2a2c5..2f3725a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ flake8<2.6.0,>=2.5.4 # MIT -unittest2 # BSD +unittest2>=1.1.0 # BSD
participants (1)
-
no-reply@openstack.org