diff --git a/containers/glance/buildrequirements.lock.master b/containers/glance/buildrequirements.lock.master index 877497bb..55b82504 100644 --- a/containers/glance/buildrequirements.lock.master +++ b/containers/glance/buildrequirements.lock.master @@ -1,4 +1,4 @@ -build==1.5.0 +build==1.6.0 calver==2025.10.20 coherent-licensed==0.5.2 cython==3.3.0 @@ -8,7 +8,7 @@ hatch-fancy-pypi-readme==25.1.0 hatch-vcs==0.5.0 hatchling==1.32.0 maturin==1.15.0 -packaging==26.2 +packaging==26.3 pathspec==1.1.1 pbr==7.0.3 pluggy==1.6.0 @@ -20,10 +20,10 @@ setuptools-scm==10.2.1 setuptools-scm==7.1.0 tomlkit==0.15.1 trove-classifiers==2026.6.1.19 -typing-extensions==4.15.0 +typing-extensions==4.16.0 vcs-versioning==2.3.1 wheel==0.48.0 # The following packages are considered to be unsafe in a requirements file: -setuptools==82.0.1 +setuptools==83.0.0 setuptools==84.0.0 diff --git a/containers/glance/glance-api/Containerfile b/containers/glance/glance-api/Containerfile index 615f9bdb..09b7f93b 100644 --- a/containers/glance/glance-api/Containerfile +++ b/containers/glance/glance-api/Containerfile @@ -67,7 +67,8 @@ RUN mkdir -p /configfiles/etc/glance && \ oslo-config-generator \ --config-file ${SERVICE_SRC}/etc/oslo-config-generator/glance-api.conf \ --output-file /configfiles/etc/glance/glance-api.conf && \ - cp -a ${SERVICE_SRC}/etc/glance-api-paste.ini /configfiles/etc/glance/ + cp -a ${SERVICE_SRC}/etc/glance-api-paste.ini /configfiles/etc/glance/ && \ + cp -a ${SERVICE_SRC}/etc/metadefs /configfiles/etc/glance/metadefs # --- Runtime stage --- FROM ${BASE_IMAGE} @@ -100,9 +101,12 @@ RUN mkdir -p /etc/glance /var/log/glance /var/lib/glance /var/lib/glance/images COPY --from=build /configfiles/etc/glance/glance-api.conf /etc/glance/glance-api.conf COPY --from=build /configfiles/etc/glance/glance-api-paste.ini /etc/glance/glance-api-paste.ini +COPY --from=build /configfiles/etc/glance/metadefs /etc/glance/metadefs RUN chmod 640 /etc/glance/glance-api.conf /etc/glance/glance-api-paste.ini && \ - chown glance:glance /etc/glance/glance-api.conf /etc/glance/glance-api-paste.ini + chown glance:glance /etc/glance/glance-api.conf /etc/glance/glance-api-paste.ini && \ + chown -R glance:glance /etc/glance/metadefs && \ + chmod 640 /etc/glance/metadefs/* # WSGI script for httpd RUN mkdir -p /var/www/cgi-bin/glance diff --git a/containers/glance/requirements.lock.master b/containers/glance/requirements.lock.master index 499bf318..865c4111 100644 --- a/containers/glance/requirements.lock.master +++ b/containers/glance/requirements.lock.master @@ -1,28 +1,28 @@ -alembic==1.18.5 +alembic==1.19.1 amqp==5.3.1 attrs==26.1.0 -automaton==3.4.0 +automaton==3.5.0 autopage==0.6.0 bcrypt==5.0.0 -cachetools==7.1.4 +cachetools==7.1.7 castellan==5.8.0 certifi==2026.7.22 -cffi==2.0.0 -charset-normalizer==3.4.7 -cliff==4.15.0 -cmd2==4.0.0 +cffi==2.1.1 +charset-normalizer==3.5.0 +cliff==4.16.0 +cmd2==4.2.0 cotyledon==2.2.0 -cursive==0.3.0 +cursive==0.3.1 debtcollector==3.1.0 decorator==5.3.1 defusedxml==0.7.1 dnspython==2.8.0 dogpile-cache==1.5.0 -eventlet==0.41.0 +eventlet==0.41.2 fasteners==0.20 -futurist==3.4.0 -glance-store==5.6.0 -greenlet==3.5.3 +futurist==3.5.0 +glance-store==5.7.0 +greenlet==3.5.5 httplib2==0.32.0 idna==3.18 importlib-metadata==9.0.0 @@ -33,47 +33,47 @@ jsonpatch==1.33 jsonpointer==3.1.1 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 -keystoneauth1==5.15.0 -keystonemiddleware==13.0.0 +keystoneauth1==5.17.0 +keystonemiddleware==13.0.1 kombu==5.6.2 -mako==1.3.12 +mako==1.4.1 markdown-it-py==4.2.0 markupsafe==3.0.3 mdurl==0.1.2 msgpack==1.2.1 netaddr==1.3.0 networkx==3.6.1 -openstacksdk==4.18.0 -os-brick==7.1.0 +openstacksdk==4.20.0 +os-brick==7.1.1 os-service-types==1.9.0 oslo-cache==4.3.0 oslo-concurrency==7.6.1 oslo-config==10.7.0 oslo-context==6.5.0 -oslo-db==18.1.0 +oslo-db==18.1.1 oslo-i18n==6.9.0 oslo-limit==2.12.0 -oslo-log==8.3.0 -oslo-messaging==18.2.0 -oslo-metrics==0.16.0 +oslo-log==8.3.1 +oslo-messaging==18.3.0 +oslo-metrics==0.17.0 oslo-middleware==8.2.0 -oslo-policy==6.0.0 +oslo-policy==6.0.1 oslo-privsep==3.12.0 oslo-reports==3.9.0 oslo-rootwrap==7.10.0 oslo-serialization==5.11.0 oslo-service==4.8.0 oslo-upgradecheck==2.8.0 -oslo-utils==10.1.1 +oslo-utils==10.2.0 osprofiler==4.4.0 -packaging==26.2 +packaging==26.3 paste==3.10.1 pastedeploy==3.1.0 pbr==7.0.3 -platformdirs==4.10.0 +platformdirs==4.11.3 prettytable==3.18.0 -prometheus-client==0.25.0 -prompt-toolkit==3.0.52 +prometheus-client==0.26.0 +prompt-toolkit==3.0.53 psutil==7.2.2 pycadf==4.1.0 pycparser==3.0 @@ -84,16 +84,15 @@ pymemcache==4.0.0 pymysql==1.2.0 pyparsing==3.3.2 pyperclip==1.11.0 -python-barbicanclient==7.5.0 +python-barbicanclient==7.6.0 python-binary-memcached==0.32.0 python-cinderclient==9.9.0 python-dateutil==2.9.0.post0 -python-keystoneclient==5.8.0 +python-keystoneclient==6.0.0 python-memcached==1.62 -python-swiftclient==4.10.0 -pytz==2026.2 +python-swiftclient==4.11.0 pyyaml==6.0.3 -redis==8.0.1 +redis==8.1.0 referencing==0.37.0 repoze-lru==0.8 requests==2.34.2 @@ -102,26 +101,26 @@ rfc3986==2.0.0 rich==15.0.0 rich-argparse==1.8.0 routes==2.5.1 -rpds-py==2026.5.1 +rpds-py==2026.6.3 setproctitle==1.3.7 simplegeneric==0.8.1 six==1.17.0 -sqlalchemy==2.0.51 +sqlalchemy==2.0.52 statsd==4.0.1 -stevedore==5.9.0 -taskflow==6.3.0 +stevedore==5.9.1 +taskflow==6.4.0 tenacity==9.1.4 testresources==2.1.2 testscenarios==0.6.2 -typing-extensions==4.15.0 -tzdata==2026.2 -uhashring==2.4 +typing-extensions==4.16.0 +tzdata==2026.3 +uhashring==2.5 urllib3==2.7.0 vine==5.1.0 -wcwidth==0.8.1 -webob==1.8.10 -wrapt==2.2.2 -wsme==0.12.1 +wcwidth==0.8.2 +webob==1.8.11 +wrapt==2.3.0 +wsme==0.13.0 yappi==1.7.6 zipp==4.1.0 diff --git a/containers/glance/sources.txt b/containers/glance/sources.txt index 0f25cdc4..525da5e2 100644 --- a/containers/glance/sources.txt +++ b/containers/glance/sources.txt @@ -1,2 +1,2 @@ -master upper-constraints https://opendev.org/openstack/requirements.git master b8de3b00af9dd2ffc1a85bf836cf3c7ee9e8bac7 -master glance https://opendev.org/openstack/glance.git master 4f7a19df0cdad9cb50e92bc8a69be13543c4a3b5 +master upper-constraints https://opendev.org/openstack/requirements.git master e7f5b22a07aa8ec5ed47d92507cd16a1d80b99e3 +master glance https://opendev.org/openstack/glance.git master 4b369fc380fa17aa6a21b4a46530439bedee211e diff --git a/containers/glance/upper-constraints.txt.master b/containers/glance/upper-constraints.txt.master index e232e4fb..dd4a0dae 100644 --- a/containers/glance/upper-constraints.txt.master +++ b/containers/glance/upper-constraints.txt.master @@ -15,12 +15,12 @@ Routes===2.5.1 rtslib-fb===2.2.4 oslo.limit===2.12.0 restructuredtext_lint===2.0.2 -yarl===1.24.2 -tzdata===2026.2 +yarl===1.24.5 +tzdata===2026.3 smmap===5.0.3 confget===5.1.2 XStatic-Angular-Bootstrap===2.5.0.1 -WebOb===1.8.10 +WebOb===1.8.11 sphinxcontrib-actdiag===3.0.0 pecan===1.8.0 os-api-ref===3.2.0 @@ -36,12 +36,13 @@ lxml===6.1.1 vintage===0.4.1 rst2txt===1.1.0 setproctitle===1.3.7 -pytest===9.0.3 +pytest===9.1.1 +a2wsgi===1.10.10 python-slugify===8.0.4 -cursive===0.3.0 +cursive===0.3.1 oslo.service===4.8.0 django-appconf===1.2.0 -ntc_templates===9.1.0 +ntc_templates===9.2.0 sphinxcontrib-nwdiag===2.0.0 rbd-iscsi-client===0.1.8 alabaster===1.0.0 @@ -54,26 +55,26 @@ jwcrypto===1.5.8 Pint===0.25.3 oslo.i18n===6.9.0 jsonpath-rw-ext===1.2.2 -python-mistralclient===6.2.0 +python-mistralclient===6.3.0 oslo.context===6.5.0 rcssmin===1.2.2 pycadf===4.1.0 -grpcio===1.81.1 +grpcio===1.83.0 sniffio===1.3.1 fixtures===4.3.2 -neutron-lib===5.0.0 +neutron-lib===5.0.1 XStatic-FileSaver===1.3.2.1 -jaraco.functools===4.5.0 -oslo.metrics===0.16.0 +jaraco.functools===4.6.0 +oslo.metrics===0.17.0 storage-interfaces===1.0.5 pydantic===2.13.4 pystache===0.6.8 XStatic-Font-Awesome===6.2.1.2 -aiohttp===3.14.1 +aiohttp===3.14.3 waitress===3.0.2 os-refresh-config===14.0.1 -pysnmp===7.1.27 -Mako===1.3.12 +pysnmp===7.1.28 +Mako===1.4.1 sphinxcontrib-htmlhelp===2.1.0 XStatic-jQuery===3.7.1.1 sphinx-copybutton===0.5.2 @@ -81,12 +82,12 @@ beartype===0.22.9 ddt===1.7.2 pyserial===3.5 moto===5.2.2 -infi.dtypes.wwn===0.1.1 -awscrt===0.35.0 -pcre2===0.7.0 -python-freezerclient===6.4.0 +infi.dtypes.wwn===0.2.0 +awscrt===0.36.2 +pcre2===0.7.1 +python-freezerclient===6.5.0 python-vitrageclient===5.4.0 -py-pure-client===1.89.0 +py-pure-client===1.93.0 krest===1.3.8 psycopg2===2.9.12 networkx===3.6.1 @@ -94,72 +95,72 @@ cheroot===11.1.2 XStatic-Angular===1.8.2.3 zuul-sphinx===0.8.1 ply===3.11 -google-api-core===2.31.0 +google-api-core===2.34.0 requests-toolbelt===1.0.0 simplejson===4.1.1 -python-swiftclient===4.10.0 +python-swiftclient===4.11.0 pyOpenSSL===24.2.1 -typing-inspection===0.4.2 +typing-inspection===0.4.4 monasca-common===3.8.0 hyperframe===6.1.0 zeroconf===0.150.0 scipy===1.17.1 -opentelemetry-exporter-otlp===1.43.0 +opentelemetry-exporter-otlp===1.44.0 rsd-lib===1.2.0 XStatic-Jasmine===2.4.1.3 -googleapis-common-protos===1.75.0 -python-glanceclient===4.12.0 -prometheus_client===0.25.0 +googleapis-common-protos===1.75.1 +python-glanceclient===4.13.0 +prometheus_client===0.26.0 jaraco.classes===3.4.0 debtcollector===3.1.0 -responses===0.26.1 -prompt_toolkit===3.0.52 -croniter===6.2.2 +responses===0.26.2 +prompt_toolkit===3.0.53 +croniter===6.2.4 horizon===26.0.0 -octavia-lib===3.11.0 -python-watcherclient===4.10.0 +octavia-lib===3.12.0 +python-watcherclient===4.11.0 MarkupSafe===3.0.3 doc8===2.0.0 pymongo===4.17.0 -python-cloudkittyclient===6.1.0 -soupsieve===2.8.4 -sqlparse===0.5.5 +python-cloudkittyclient===6.2.0 +soupsieve===2.9.2 +sqlparse===0.6.0 oslotest===6.1.1 jsonpointer===3.1.1 defusedxml===0.7.1 -opentelemetry-sdk===1.43.0 +opentelemetry-sdk===1.44.0 netaddr===1.3.0 -pyghmi===1.6.18 +pyghmi===1.6.19 sphinxcontrib-blockdiag===3.0.0 aiosqlite===0.22.1 priority===2.0.0 gnocchiclient===7.2.0 -wcwidth===0.8.1 +wcwidth===0.8.2 sphinxcontrib.datatemplates===0.11.0 jsonpath-rw===1.4.0 prettytable===3.18.0 vine===5.1.0 pathspec===1.1.1 -taskflow===6.3.0 +taskflow===6.4.0 arrow===1.4.0 semantic-version===2.10.0 ConfigArgParse===1.7.5 async-timeout===5.0.1 virtualbmc===3.3.0 -SQLAlchemy===2.0.51 +SQLAlchemy===2.0.52 pyroute2===0.8.1 -google-auth===2.55.1 +google-auth===2.56.3 kazoo===2.11.0 pyspnego===0.12.1 trio-websocket===0.12.2 XStatic-roboto-fontface===0.8.0.1 pyudev===0.24.4 -eventlet===0.41.0 +eventlet===0.41.2 openstack-doc-tools===4.0.3 -oslo.messaging===18.2.0 +oslo.messaging===18.3.0 jira===3.10.5 PyJWT===2.13.0 -typing_extensions===4.15.0 +typing_extensions===4.16.0 zVMCloudConnector===1.6.3 paramiko===4.0.0 ifaddr===0.2.0 @@ -170,7 +171,7 @@ pydot===4.0.1 urllib3===2.7.0 graphviz===0.21 PyKMIP===0.10.0 -python-observabilityclient===1.3.0 +python-observabilityclient===1.4.0 whereto===0.6.0 networking-generic-switch===10.0.0 pywbem===1.9.0 @@ -184,7 +185,7 @@ cryptography===43.0.3 httpcore===1.0.9 URLObject===3.0.0 psycopg2-binary===2.9.12 -glance_store===5.6.0 +glance_store===5.7.0 openstack-release-test===8.5.0 requests-mock===1.12.1 os-apply-config===14.0.1 @@ -192,15 +193,15 @@ gunicorn===26.0.0 storpool===7.3.0 textfsm===2.1.0 python-3parclient===4.4 -libvirt-python===12.4.0 -python-zunclient===5.4.0 -tzlocal===5.4.3 +libvirt-python===12.6.0 +python-zunclient===5.5.0 +tzlocal===5.4.4 sysv_ipc===1.2.0 sphinxcontrib-jsmath===1.0.1 django_compressor===4.6.0 awscurl===0.44 -trio===0.33.0 -python-novaclient===18.13.0 +trio===0.34.0 +python-novaclient===18.13.1 pact===1.12.0 bcrypt===5.0.0 os-client-config===2.3.0 @@ -211,7 +212,7 @@ Pygments===2.20.0 XStatic-Hogan===2.0.0.5 api_object_schema===2.0.0 XStatic-objectpath===1.2.1.1 -python-manilaclient===6.2.0 +python-manilaclient===6.3.0 sphinxcontrib-serializinghtml===2.0.0 requests===2.34.2 snowballstemmer===3.1.1 @@ -233,53 +234,53 @@ sphinx-feature-classification===2.1.0 XStatic-JQuery-Migrate===3.3.2.2 pytest-html===4.2.0 appdirs===1.4.4 -google-auth-httplib2===0.4.0 +google-auth-httplib2===0.4.1 daiquiri===3.4.0 influxdb===5.3.2 funcparserlib===2.0.0a0 passlib===1.7.4 -cliff===4.15.0 -os-brick===7.1.0 +cliff===4.16.0 +os-brick===7.1.1 valkey===6.1.1 -scp===0.15.0 +scp===0.16.1 lark===1.3.1 -python-zaqarclient===4.6.0 +python-zaqarclient===4.7.0 ldappool===3.0.0 hpack===4.2.0 joblib===1.5.3 roman-numerals===4.1.0 google-api-python-client===2.198.0 castellan===5.8.0 -oslo.versionedobjects===3.11.0 +oslo.versionedobjects===3.12.0 enmerkar===0.7.1 webcolors===25.10.0 -aodhclient===3.11.0 -autobahn===26.6.2 +aodhclient===3.12.0 +autobahn===26.7.1 SQLAlchemy-Utils===0.42.1 retryz===0.1.9 pluggy===1.6.0 -coverage===7.14.3 +coverage===7.15.4 pyee===13.0.1 freezegun===1.5.5 mdurl===0.1.2 toml===0.10.2 -pycdlib===1.16.0 +pycdlib===1.20.0 pyperclip===1.11.0 -cassandra-driver===3.30.0 +cassandra-driver===3.30.1 XStatic-Angular-Schema-Form===0.8.13.1 -opentelemetry-exporter-otlp-proto-http===1.43.0 +opentelemetry-exporter-otlp-proto-http===1.44.0 gabbi===4.2.0 nwdiag===3.0.0 XStatic-bootswatch===3.3.7.1 -annotated-types===0.7.0 +annotated-types===0.8.0 pytest-xdist===3.8.0 XStatic-JS-Yaml===3.13.1.2 XStatic-term.js===0.0.7.1 -oslo.log===8.3.0 +oslo.log===8.3.1 nodeenv===1.10.0 gossip===2.5.0 suds-community===1.2.0 -os_vif===5.1.0 +os_vif===5.2.0 qrcode===8.2 oslo.middleware===8.2.0 XStatic-mdi===1.6.50.3 @@ -287,44 +288,44 @@ pydantic_core===2.46.4 uritemplate===4.2.0 docutils===0.21.2 threadpoolctl===3.6.0 -os-ken===4.2.1 +os-ken===4.2.2 ujson===5.13.0 -selenium===4.45.0 +selenium===4.47.0 pytest-subtests===0.15.0 -mistral-lib===3.5.1 +mistral-lib===3.6.0 dogtag-pki===11.2.1 XStatic-Angular-UUID===0.0.4.1 dfs_sdk===1.2.27 sphinxcontrib-seqdiag===3.0.0 os-win===5.9.0 capacity===1.3.14 -playwright===1.60.0 +playwright===1.62.0 markdown-it-py===4.2.0 retrying===1.4.2 -python-discovery===1.4.2 -platformdirs===4.10.0 +python-discovery===1.5.2 +platformdirs===4.11.3 pydotplus===2.0.2 boto3===1.35.99 jeepney===0.9.0 stestr===4.2.1 -pillow===12.2.0 +pillow===12.3.0 infoblox-client===0.6.2 oslo.serialization===5.11.0 warlock===2.1.0 -exabgp===5.0.9 +exabgp===5.0.10 aiomysql===0.3.2 sphinxcontrib-httpdomain===2.0.0 metalsmith===2.5.0 s3transfer===0.10.4 text-unidecode===1.3 sphinxcontrib-svg2pdfconverter===2.1.0 -oslo.vmware===4.10.0 +oslo.vmware===4.10.1 autopage===0.6.0 gitdb===4.0.12 python-monascaclient===2.8.0 -opentelemetry-api===1.43.0 +opentelemetry-api===1.44.0 frozenlist===1.8.0 -automaton===3.4.0 +automaton===3.5.0 os-service-types===1.9.0 keyring===25.7.0 elementpath===4.8.0 @@ -334,14 +335,14 @@ testscenarios===0.6.2 sphinxcontrib-pecanwsme===0.11.0 sadisplay===0.4.9 enum34===1.1.10 -infinisdk===289.1.3 +infinisdk===289.1.4 rich-argparse===1.8.0 -packaging===26.2 -opentelemetry-exporter-otlp-proto-grpc===1.43.0 +packaging===26.3 +opentelemetry-exporter-otlp-proto-grpc===1.44.0 psutil===7.2.2 txaio===26.6.1 -elasticsearch===9.4.1 -asgiref===3.11.1 +elasticsearch===9.5.0 +asgiref===3.12.1 XStatic-JQuery.TableSorter===2.14.5.3 pifpaf===3.4.0 blockdiag===3.0.0 @@ -351,39 +352,38 @@ jsonpath-ng===1.8.0 XStatic-tv4===1.2.7.1 XStatic-JSEncrypt===2.3.1.2 python-cinderclient===9.9.0 -keystonemiddleware===13.0.0 -django-formtools===2.6.1 +keystonemiddleware===13.0.1 +django-formtools===2.7 XStatic-Spin===1.2.5.3 rich===15.0.0 -os-traits===3.8.0 +os-traits===3.9.0 typepy===1.3.5 SecretStorage===3.5.0 XStatic-Rickshaw===1.5.1.3 iso8601===2.1.0 -tooz===9.0.1 +tooz===9.1.0 idna===3.18 Hypercorn===0.18.0 yamlloader===1.6.0 protobuf===7.35.1 -sushy===5.12.0 -python-neutronclient===13.0.0 -pika===1.4.1 +sushy===5.13.0 +python-neutronclient===14.0.0 +pika===1.4.4 oslo.cache===4.3.0 WebTest===3.0.7 os-collect-config===14.0.1 edgegrid-python===2.0.7 -python-octaviaclient===3.14.0 +python-octaviaclient===3.15.0 pysaml2===7.5.4 requests-oauthlib===2.0.0 oslo.reports===3.9.0 bitmath===2.1.1 -ceilometermiddleware===3.12.0 +ceilometermiddleware===3.13.0 testrepository===0.0.22 sympy===1.14.0 -Logbook===1.9.2 +Logbook===1.10.1 PyNaCl===1.6.2 osc-lib===4.7.0 -py-consul===1.7.1 more-itertools===11.1.0 seqdiag===3.0.0 numpy===2.4.6 @@ -391,90 +391,91 @@ msgpack===1.2.1 Sphinx===9.0.4 oslo.config===10.7.0 openstackdocstheme===3.6.0 -osc-placement===4.9.0 -rpds-py===2026.5.1 +osc-placement===4.9.1 +rpds-py===2026.6.3 zake===0.2.2 flux===1.4.0 flexparser===0.4 krb5===0.9.0 PyMySQL===1.2.0 -uhashring===2.4 -kubernetes===36.0.2 +uhashring===2.5 +kubernetes===36.0.3 httplib2===0.32.0 betamax===0.9.0 construct===2.10.70 pytest-metadata===3.1.1 pyparsing===3.3.2 geomet===1.1.0 -opentelemetry-exporter-otlp-proto-common===1.43.0 +opentelemetry-exporter-otlp-proto-common===1.44.0 distlib===0.4.3 -ast_serialize===0.5.0 +ast_serialize===0.8.0 dogpile.cache===1.5.0 -python-barbicanclient===7.5.0 +python-barbicanclient===7.6.0 salt===3008.0 -opentelemetry-semantic-conventions===0.64b0 +opentelemetry-semantic-conventions===0.65b0 blinker===1.9.0 -WSME===0.12.1 +WSME===0.13.0 oslo.upgradecheck===2.8.0 sherlock===0.4.1 -stevedore===5.9.0 +stevedore===5.9.1 botocore===1.35.99 xmltodict===1.0.4 -pyasn1===0.6.3 +pyasn1===0.6.4 oslo.rootwrap===7.10.0 -Django===5.2.15 +Django===5.2.17 pexpect===4.9.0 elastic-transport===9.4.2 -cmd2===4.0.0 +cmd2===4.2.0 python-json-logger===4.1.0 -redis===8.0.1 +redis===8.1.0 jmespath===1.1.0 -cbor2===6.1.2 +cbor2===6.1.4 click===8.4.2 XStatic-smart-table===1.4.13.3 -kuryr-lib===3.4.1 +kuryr-lib===3.5.0 jsonpatch===1.33 +respx===0.23.1 libsass===0.23.0 os-testr===3.0.0 cotyledon===2.2.0 xattr===1.3.0 systemd-python===235 python-memcached===1.62 -openstacksdk===4.18.0 +openstacksdk===4.20.0 infi.dtypes.nqn===0.1.0 six===1.17.0 -h2===4.3.0 -dulwich===1.2.6 +h2===4.4.1 +dulwich===1.2.12 sentinels===1.1.1 kombu===5.6.2 distro===1.9.0 -zstd===1.5.7.3 +zstd===1.5.7.2 yaql===3.2.0 durationpy===0.10 requestsexceptions===1.4.0 testresources===2.1.2 falcon===4.3.1 -tomlkit===0.15.0 +tomlkit===0.15.1 etcd3gw===2.7.0 Flask-RESTful===0.3.10 -GitPython===3.1.50 -python-ironicclient===6.2.0 +GitPython===3.1.59 +python-ironicclient===6.3.0 babel===2.18.0 XStatic===1.0.3 XStatic-Angular-FileUpload===12.2.13.2 -python-openstackclient===10.2.1 +python-openstackclient===10.3.0 pyzmq===27.1.0 -oslo.db===18.1.0 +oslo.db===18.1.1 simplegeneric===0.8.1 yappi===1.7.6 mbstrdecoder===1.1.5 wsproto===1.3.2 pymemcache===4.0.0 -wrapt===2.2.2 +wrapt===2.3.0 PySocks===1.7.1 oslo.privsep===3.12.0 sphinxcontrib-apidoc===0.6.0 -oslo.policy===6.0.0 +oslo.policy===6.0.1 hvac===2.4.0 pyeclib===1.8.0 rfc3986===2.0.0 @@ -482,71 +483,73 @@ tenacity===9.1.4 invoke===3.0.3 python-designateclient===7.0.0 pytest-cov===7.1.0 -reactivex===4.1.0 +reactivex===5.1.0 Paste===3.10.1 -pytest-django===4.12.0 +pytest-django===4.14.0 XStatic-Json2yaml===0.1.1.1 boto===2.49.0 hyperlink===21.0.0 mitba===1.1.1 -python-masakariclient===8.8.0 +python-masakariclient===8.9.0 Werkzeug===3.1.8 outcome===1.3.0.post0 -APScheduler===3.11.2 +APScheduler===3.11.3 xmlschema===2.5.1 -python-troveclient===8.10.0 +python-troveclient===8.11.0 +hpe-storage-flowkit-py===0.9.5 cachez===0.1.2 XStatic-Bootstrap-Datepicker===1.4.0.1 netifaces===0.11.0 propcache===0.5.2 -cachetools===7.1.4 +cachetools===7.1.7 flexcache===0.3 sphinxcontrib-qthelp===2.0.0 -keystoneauth1===5.15.0 +keystoneauth1===5.17.0 statsd===4.0.1 -proto-plus===1.28.0 -python-keystoneclient===5.8.0 +proto-plus===1.28.3 +python-keystoneclient===6.0.0 diskimage-builder===3.42.0 +py-consul===1.7.1 heat-translator===3.5.0 -python-magnumclient===4.11.0 -docker===7.1.0 +python-magnumclient===5.0.0 +docker===7.2.0 repoze-lru===0.8 storops===1.2.12 -anyio===4.14.1 +anyio===4.14.2 aiosignal===1.4.0 XStatic-Angular-lrdragndrop===1.0.2.7 -ovsdbapp===2.18.0 +ovsdbapp===2.19.0 aniso8601===10.0.1 rjsmin===1.2.5 -icalendar===7.2.0 +icalendar===7.2.2 configparser===7.2.0 decorator===5.3.1 DateTimeRange===2.3.2 -cffi===2.0.0 -python-cyborgclient===2.8.0 -futurist===3.4.0 +cffi===2.1.1 +python-cyborgclient===3.0.0 +futurist===3.5.0 jsonschema===4.26.0 sphinxcontrib-devhelp===2.0.0 -python-blazarclient===4.5.0 -alembic===1.18.5 +python-blazarclient===4.6.0 +alembic===1.19.1 execnet===2.1.2 sphinxcontrib-programoutput===0.20 storpool.spopenstack===3.2.0 dnspython===2.8.0 oauthlib===3.3.1 zipp===4.1.0 -greenlet===3.5.3 +greenlet===3.5.5 XStatic-Angular-Vis===4.16.0.1 iniconfig===2.3.0 referencing===0.37.0 -confluent-kafka===2.14.2 +confluent-kafka===2.15.0 backports.tarfile===1.2.0 -narwhals===2.22.1 -xvfbwrapper===0.2.23 +narwhals===2.24.0 +xvfbwrapper===0.2.29 influxdb-client===1.50.0 tosca-parser===2.14.0 python-consul2===0.1.5 -charset-normalizer===3.4.7 +charset-normalizer===3.5.0 Flask===3.1.3 httpx===0.28.1 sqlalchemy-filters===0.13.0 @@ -556,27 +559,24 @@ fasteners===0.20 importlib_metadata===9.0.0 sortedcontainers===2.4.0 microversion_parse===2.1.0 -python-linstor===1.28.2 -filelock===3.29.4 +python-linstor===1.29.0 +filelock===3.32.3 python-tackerclient===2.5.0 -python-heatclient===5.2.0 -oslo.utils===10.1.1 +python-heatclient===5.3.0 +oslo.utils===10.2.0 requests-kerberos===0.15.0 itsdangerous===2.2.0 XStatic-jquery-ui===1.13.0.2 monasca-statsd===2.7.0 python-dateutil===2.9.0.post0 -virtualenv===21.5.1 +virtualenv===21.7.4 colorama===0.4.6 confetti===2.5.3 ironic-lib===7.0.0 -aiohappyeyeballs===2.6.2 -pytz===2026.2 -opentelemetry-proto===1.43.0 +aiohappyeyeballs===2.7.1 +pytz===2026.3.post1 +opentelemetry-proto===1.44.0 XStatic-D3===3.5.17.1 actdiag===3.0.0 sphinxcontrib-applehelp===2.0.0 scikit-learn===1.9.0 -hpe-storage-flowkit-py===0.9.5 -a2wsgi===1.10.10 -respx===0.23.1