We are excited to announce the release of: blazar-dashboard 13.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/blazar-dashboard Download the package from: https://tarballs.openstack.org/blazar-dashboard/ Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. Changes in blazar-dashboard 12.0.0..13.0.0 ------------------------------------------ 28156db Bump hacking to 7.0.0 aba899b reno: Update master for unmaintained/2023.1 1e5fe0e Replace deprecated datetime.utcnow() 7fae038 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- blazar_dashboard/api/client.py | 2 +- blazar_dashboard/content/leases/forms.py | 3 ++- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + test-requirements.txt | 19 ++++--------------- 6 files changed, 15 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6b97fd6..3770d8d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -# Order matters to the pip dependency resolver, so sorting this file -# changes how packages are installed. New dependencies should be -# added in alphabetical order, however, some dependencies may need to -# be installed in a specific order. -# -# Hacking should appear first in case something else depends on pep8 -hacking>=3.0.1,<3.1.0 # Apache-2.0 -# +# bandit is not included in upper-constraints, so we need to pin it here to a +# known working version +bandit==1.6.2 # Apache-2.0 @@ -12,0 +5 @@ coverage!=4.4,>=4.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0 @@ -16,4 +8,0 @@ testtools>=2.2.0 # MIT - -# bandit is not included in upper-constraints, so we need to pin it here to a -# known working version -bandit==1.6.2 # Apache-2.0
participants (1)
-
no-reply@openstack.org