From ab3e03c8fec81d900d141a8b5e4a0d9e9db5e709 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 7 Aug 2024 02:20:41 +0200 Subject: [PATCH] Update pip dependencies Change-Id: I021ffea73c648ce41f43e1f3e74f638118f1636f Signed-off-by: garciadeblas --- osm_webhook_translator/requirements-dist.txt | 6 +- osm_webhook_translator/requirements.txt | 35 ++- requirements-dev.txt | 225 ++++++++++--------- requirements-dist.in | 1 - requirements-dist.txt | 10 +- requirements-test.txt | 4 +- requirements.in | 1 - requirements.txt | 153 +++++++------ 8 files changed, 220 insertions(+), 215 deletions(-) diff --git a/osm_webhook_translator/requirements-dist.txt b/osm_webhook_translator/requirements-dist.txt index a06a4df..6fd6757 100644 --- a/osm_webhook_translator/requirements-dist.txt +++ b/osm_webhook_translator/requirements-dist.txt @@ -14,16 +14,14 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -packaging==23.2 +packaging==24.1 # via setuptools-scm -setuptools-scm==8.0.4 +setuptools-scm==8.1.0 # via -r osm_webhook_translator/requirements-dist.in stdeb==0.10.0 # via -r osm_webhook_translator/requirements-dist.in tomli==2.0.1 # via setuptools-scm -typing-extensions==4.8.0 - # via setuptools-scm # The following packages are considered to be unsafe in a requirements file: setuptools==59.8.0 diff --git a/osm_webhook_translator/requirements.txt b/osm_webhook_translator/requirements.txt index 884d031..0ddd95a 100644 --- a/osm_webhook_translator/requirements.txt +++ b/osm_webhook_translator/requirements.txt @@ -14,45 +14,44 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -annotated-types==0.5.0 +annotated-types==0.7.0 # via pydantic -anyio==3.7.1 - # via - # fastapi - # starlette -certifi==2023.7.22 +anyio==4.4.0 + # via starlette +certifi==2024.7.4 # via requests -charset-normalizer==3.3.0 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via uvicorn -exceptiongroup==1.1.3 +exceptiongroup==1.2.2 # via anyio -fastapi==0.103.2 +fastapi==0.112.0 # via -r osm_webhook_translator/requirements.in h11==0.14.0 # via uvicorn -idna==3.4 +idna==3.7 # via # anyio # requests -pydantic==2.4.2 +pydantic==2.8.2 # via fastapi -pydantic-core==2.10.1 +pydantic-core==2.20.1 # via pydantic -requests==2.31.0 +requests==2.32.3 # via -r osm_webhook_translator/requirements.in -sniffio==1.3.0 +sniffio==1.3.1 # via anyio -starlette==0.27.0 +starlette==0.37.2 # via fastapi -typing-extensions==4.8.0 +typing-extensions==4.12.2 # via + # anyio # fastapi # pydantic # pydantic-core # uvicorn -urllib3==2.0.6 +urllib3==2.2.2 # via requests -uvicorn==0.23.2 +uvicorn==0.30.5 # via -r osm_webhook_translator/requirements.in diff --git a/requirements-dev.txt b/requirements-dev.txt index 6d76af8..c6cbf58 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,16 +14,22 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -aiohttp==3.8.5 +a2wsgi==1.10.7 + # via connexion +aiohappyeyeballs==2.3.4 + # via aiohttp +aiohttp==3.10.1 # via apache-airflow-providers-http -aiokafka==0.8.1 +aiokafka==0.11.0 # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master aiosignal==1.3.1 # via aiohttp -alembic==1.12.0 +alembic==1.13.2 # via apache-airflow -anyio==4.0.0 - # via httpcore +anyio==4.4.0 + # via + # httpx + # starlette apache-airflow==2.5.3 # via # -r requirements-dev.in @@ -32,98 +38,96 @@ apache-airflow==2.5.3 # apache-airflow-providers-http # apache-airflow-providers-imap # apache-airflow-providers-sqlite -apache-airflow-providers-common-sql==1.7.2 +apache-airflow-providers-common-sql==1.8.1 # via # apache-airflow # apache-airflow-providers-sqlite -apache-airflow-providers-ftp==3.5.2 +apache-airflow-providers-ftp==3.6.1 # via apache-airflow -apache-airflow-providers-http==4.5.2 +apache-airflow-providers-http==4.7.0 # via apache-airflow -apache-airflow-providers-imap==3.3.2 +apache-airflow-providers-imap==3.4.0 # via apache-airflow -apache-airflow-providers-sqlite==3.4.3 +apache-airflow-providers-sqlite==3.5.0 # via apache-airflow apispec[yaml]==3.3.2 # via flask-appbuilder -argcomplete==3.1.2 +argcomplete==3.5.0 # via apache-airflow -asgiref==3.7.2 - # via apache-airflow-providers-http +asgiref==3.8.1 + # via + # apache-airflow-providers-http + # connexion + # flask async-timeout==4.0.3 # via # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master # aiohttp # aiokafka -attrs==23.1.0 +attrs==24.2.0 # via # aiohttp # apache-airflow # cattrs # jsonschema # referencing -babel==2.13.0 +babel==2.15.0 # via flask-babel -blinker==1.6.2 +blinker==1.8.2 # via apache-airflow cachelib==0.9.0 # via # flask-caching # flask-session -cattrs==23.1.2 +cattrs==23.2.3 # via apache-airflow -certifi==2023.7.22 +certifi==2024.7.4 # via # httpcore # httpx # requests -cffi==1.16.0 +cffi==1.17.0 # via cryptography -charset-normalizer==3.3.0 - # via - # aiohttp - # requests +charset-normalizer==3.3.2 + # via requests click==8.1.7 # via - # clickclick # flask # flask-appbuilder -clickclick==20.10.2 - # via connexion colorama==0.4.6 # via flask-appbuilder colorlog==4.8.0 # via apache-airflow -configupdater==3.1.1 +configupdater==3.2 # via apache-airflow -connexion[flask]==2.14.2 +connexion[flask]==3.1.0 # via apache-airflow -cron-descriptor==1.4.0 +cron-descriptor==1.4.3 # via apache-airflow -croniter==1.4.1 +croniter==3.0.3 # via apache-airflow -cryptography==41.0.4 +cryptography==43.0.0 # via apache-airflow dataclasses==0.6 # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master deprecated==1.2.14 # via apache-airflow -dill==0.3.7 +dill==0.3.8 # via apache-airflow -dnspython==2.4.2 +dnspython==2.6.1 # via # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master # email-validator # pymongo -docutils==0.20.1 +docutils==0.21.2 # via python-daemon email-validator==1.3.1 # via flask-appbuilder -exceptiongroup==1.1.3 +exceptiongroup==1.2.2 # via # anyio # cattrs -flask==2.2.5 +flask[async]==2.2.5 # via # apache-airflow # connexion @@ -139,15 +143,15 @@ flask-appbuilder==4.1.4 # via apache-airflow flask-babel==2.0.0 # via flask-appbuilder -flask-caching==2.0.2 +flask-caching==2.3.0 # via apache-airflow -flask-jwt-extended==4.5.3 +flask-jwt-extended==4.6.0 # via flask-appbuilder -flask-login==0.6.2 +flask-login==0.6.3 # via # apache-airflow # flask-appbuilder -flask-session==0.5.0 +flask-session==0.8.0 # via apache-airflow flask-sqlalchemy==2.5.1 # via flask-appbuilder @@ -155,23 +159,25 @@ flask-wtf==1.2.1 # via # apache-airflow # flask-appbuilder -frozenlist==1.4.0 +frozenlist==1.4.1 # via # aiohttp # aiosignal -graphviz==0.20.1 +graphviz==0.20.3 # via apache-airflow -greenlet==3.0.0 +greenlet==3.0.3 # via sqlalchemy -gunicorn==21.2.0 +gunicorn==22.0.0 # via apache-airflow h11==0.14.0 # via httpcore -httpcore==0.18.0 +httpcore==1.0.5 # via httpx -httpx==0.25.0 - # via apache-airflow -idna==3.4 +httpx==0.27.0 + # via + # apache-airflow + # connexion +idna==3.7 # via # anyio # email-validator @@ -180,54 +186,50 @@ idna==3.4 # yarl inflection==0.5.1 # via connexion -itsdangerous==2.1.2 +itsdangerous==2.2.0 # via # apache-airflow - # connexion # flask # flask-wtf -jinja2==3.1.2 +jinja2==3.1.4 # via # apache-airflow + # connexion # flask # flask-babel # python-nvd3 -jsonschema==4.19.1 +jsonschema==4.23.0 # via # apache-airflow # connexion # flask-appbuilder -jsonschema-specifications==2023.7.1 +jsonschema-specifications==2023.12.1 # via jsonschema -kafka-python==2.0.2 - # via - # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master - # aiokafka -lazy-object-proxy==1.9.0 +lazy-object-proxy==1.10.0 # via apache-airflow -linkify-it-py==2.0.2 +linkify-it-py==2.0.3 # via apache-airflow lockfile==0.12.2 # via # apache-airflow # python-daemon -mako==1.2.4 +mako==1.3.5 # via alembic -markdown==3.4.4 +markdown==3.6 # via apache-airflow markdown-it-py==3.0.0 # via # apache-airflow # mdit-py-plugins # rich -markupsafe==2.1.3 +markupsafe==2.1.5 # via # apache-airflow # jinja2 # mako # werkzeug # wtforms -marshmallow==3.20.1 +marshmallow==3.21.3 # via # flask-appbuilder # marshmallow-enum @@ -235,86 +237,89 @@ marshmallow==3.20.1 # marshmallow-sqlalchemy marshmallow-enum==1.5.1 # via flask-appbuilder -marshmallow-oneofschema==3.0.1 +marshmallow-oneofschema==3.1.1 # via apache-airflow marshmallow-sqlalchemy==0.26.1 # via flask-appbuilder -mdit-py-plugins==0.4.0 +mdit-py-plugins==0.4.1 # via apache-airflow mdurl==0.1.2 # via markdown-it-py -motor==3.3.1 +motor==3.5.1 # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master -multidict==6.0.4 +msgspec==0.18.6 + # via flask-session +multidict==6.0.5 # via # aiohttp # yarl osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@master # via -r requirements-dev.in -packaging==23.1 +packaging==24.1 # via # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master # aiokafka # apache-airflow - # connexion # gunicorn # marshmallow pathspec==0.9.0 # via apache-airflow -pendulum==2.1.2 +pendulum==3.0.0 # via apache-airflow -pluggy==1.3.0 +pluggy==1.5.0 # via apache-airflow prison==0.2.1 # via flask-appbuilder -psutil==5.9.5 +psutil==6.0.0 # via apache-airflow -pycparser==2.21 +pycparser==2.22 # via cffi -pycryptodome==3.19.0 +pycryptodome==3.20.0 # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master -pygments==2.16.1 +pygments==2.18.0 # via # apache-airflow # rich -pyjwt==2.8.0 +pyjwt==2.9.0 # via # apache-airflow # flask-appbuilder # flask-jwt-extended -pymongo==4.5.0 +pymongo==4.8.0 # via # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master # motor python-daemon==3.0.1 # via apache-airflow -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # apache-airflow # croniter # flask-appbuilder # pendulum -python-nvd3==0.15.0 + # time-machine +python-multipart==0.0.9 + # via connexion +python-nvd3==0.16.0 # via apache-airflow -python-slugify==8.0.1 +python-slugify==8.0.4 # via # apache-airflow # python-nvd3 -pytz==2023.3.post1 - # via flask-babel -pytzdata==2020.1 - # via pendulum -pyyaml==6.0.1 +pytz==2024.1 + # via + # croniter + # flask-babel +pyyaml==6.0.2 # via # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master # apispec - # clickclick # connexion -referencing==0.30.2 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.3 # via # apache-airflow-providers-http # connexion @@ -323,9 +328,9 @@ requests-toolbelt==1.0.0 # via apache-airflow-providers-http rfc3339-validator==0.1.4 # via apache-airflow -rich==13.6.0 +rich==13.7.1 # via apache-airflow -rpds-py==0.10.3 +rpds-py==0.20.0 # via # jsonschema # referencing @@ -336,12 +341,11 @@ six==1.16.0 # prison # python-dateutil # rfc3339-validator -sniffio==1.3.0 +sniffio==1.3.1 # via # anyio - # httpcore # httpx -sqlalchemy==1.4.49 +sqlalchemy==1.4.53 # via # alembic # apache-airflow @@ -350,46 +354,57 @@ sqlalchemy==1.4.49 # marshmallow-sqlalchemy # sqlalchemy-jsonfield # sqlalchemy-utils -sqlalchemy-jsonfield==1.0.1.post0 +sqlalchemy-jsonfield==1.0.2 # via apache-airflow -sqlalchemy-utils==0.41.1 +sqlalchemy-utils==0.41.2 # via flask-appbuilder -sqlparse==0.4.4 +sqlparse==0.5.1 # via apache-airflow-providers-common-sql +starlette==0.38.2 + # via connexion tabulate==0.9.0 # via apache-airflow -tenacity==8.2.3 +tenacity==9.0.0 # via apache-airflow -termcolor==2.3.0 +termcolor==2.4.0 # via apache-airflow text-unidecode==1.3 # via python-slugify -typing-extensions==4.8.0 +time-machine==2.15.0 + # via pendulum +typing-extensions==4.12.2 # via + # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # a2wsgi + # aiokafka # alembic + # anyio # apache-airflow # asgiref # cattrs -uc-micro-py==1.0.2 + # connexion +tzdata==2024.1 + # via pendulum +uc-micro-py==1.0.3 # via linkify-it-py unicodecsv==0.14.1 # via apache-airflow -urllib3==2.0.6 +urllib3==2.2.2 # via requests -werkzeug==2.2.3 +werkzeug==3.0.3 # via # apache-airflow # connexion # flask # flask-jwt-extended # flask-login -wrapt==1.15.0 +wrapt==1.16.0 # via deprecated -wtforms==3.0.1 +wtforms==3.1.2 # via # flask-appbuilder # flask-wtf -yarl==1.9.2 +yarl==1.9.4 # via aiohttp # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements-dist.in b/requirements-dist.in index dd08438..03ff6e9 100644 --- a/requirements-dist.in +++ b/requirements-dist.in @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -packaging==23.1 stdeb setuptools-scm setuptools<60 diff --git a/requirements-dist.txt b/requirements-dist.txt index f2d79a9..38eb336 100644 --- a/requirements-dist.txt +++ b/requirements-dist.txt @@ -14,18 +14,14 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -packaging==23.1 - # via - # -r requirements-dist.in - # setuptools-scm -setuptools-scm==8.0.4 +packaging==24.1 + # via setuptools-scm +setuptools-scm==8.1.0 # via -r requirements-dist.in stdeb==0.10.0 # via -r requirements-dist.in tomli==2.0.1 # via setuptools-scm -typing-extensions==4.8.0 - # via setuptools-scm # The following packages are considered to be unsafe in a requirements file: setuptools==59.8.0 diff --git a/requirements-test.txt b/requirements-test.txt index b58293c..1a6c1bd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -14,9 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -coverage==7.3.2 +coverage==7.6.1 # via -r requirements-test.in mock==5.1.0 # via -r requirements-test.in -nose2==0.13.0 +nose2==0.15.1 # via -r requirements-test.in diff --git a/requirements.in b/requirements.in index a9a0c0e..a67c9f6 100644 --- a/requirements.in +++ b/requirements.in @@ -23,7 +23,6 @@ gnocchiclient google-api-python-client google-auth google-cloud-monitoring -packaging==23.1 prometheus-api-client prometheus-client python-ceilometerclient diff --git a/requirements.txt b/requirements.txt index 36b28f2..8a77b4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,22 +14,22 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -attrs==23.1.0 +attrs==24.2.0 # via cmd2 -autopage==0.5.1 +autopage==0.5.2 # via cliff azure-common==1.1.28 # via # -r requirements.in # azure-mgmt-compute # azure-mgmt-monitor -azure-core==1.29.4 +azure-core==1.30.2 # via # azure-identity # azure-mgmt-core -azure-identity==1.14.0 +azure-identity==1.17.1 # via -r requirements.in -azure-mgmt-compute==30.3.0 +azure-mgmt-compute==32.0.0 # via -r requirements.in azure-mgmt-core==1.4.0 # via @@ -37,66 +37,67 @@ azure-mgmt-core==1.4.0 # azure-mgmt-monitor azure-mgmt-monitor==6.0.2 # via -r requirements.in -cachetools==5.3.1 +cachetools==5.4.0 # via google-auth -certifi==2023.7.22 +certifi==2024.7.4 # via requests -cffi==1.16.0 +cffi==1.17.0 # via cryptography -charset-normalizer==3.3.0 +charset-normalizer==3.3.2 # via requests -cliff==4.3.0 +cliff==4.7.0 # via gnocchiclient cmd2==2.4.3 # via cliff -contourpy==1.1.1 +contourpy==1.2.1 # via matplotlib -cryptography==41.0.4 +cryptography==43.0.0 # via # azure-identity # msal # pyjwt -cycler==0.12.0 +cycler==0.12.1 # via matplotlib -dateparser==1.1.8 +dateparser==1.2.0 # via prometheus-api-client -debtcollector==2.5.0 +debtcollector==3.0.0 # via # gnocchiclient # oslo-config # oslo-utils # python-keystoneclient -fonttools==4.43.0 +fonttools==4.53.1 # via matplotlib -futurist==2.4.1 +futurist==3.0.0 # via gnocchiclient gnocchiclient==7.0.8 # via -r requirements.in -google-api-core[grpc]==2.12.0 +google-api-core[grpc]==2.19.1 # via # google-api-python-client # google-cloud-monitoring -google-api-python-client==2.102.0 +google-api-python-client==2.140.0 # via -r requirements.in -google-auth==2.23.2 +google-auth==2.32.0 # via # -r requirements.in # google-api-core # google-api-python-client # google-auth-httplib2 -google-auth-httplib2==0.1.1 + # google-cloud-monitoring +google-auth-httplib2==0.2.0 # via google-api-python-client -google-cloud-monitoring==2.15.1 +google-cloud-monitoring==2.22.2 # via -r requirements.in -googleapis-common-protos==1.60.0 +googleapis-common-protos==1.63.2 # via # google-api-core # grpcio-status -grpcio==1.59.0 +grpcio==1.65.4 # via # google-api-core # grpcio-status -grpcio-status==1.59.0 +grpcio-status==1.65.4 # via google-api-core httmock==1.4.0 # via prometheus-api-client @@ -104,10 +105,8 @@ httplib2==0.22.0 # via # google-api-python-client # google-auth-httplib2 -idna==3.4 +idna==3.7 # via requests -importlib-metadata==6.8.0 - # via cliff iso8601==2.1.0 # via # gnocchiclient @@ -119,7 +118,7 @@ isodate==0.6.1 # via # azure-mgmt-compute # azure-mgmt-monitor -keystoneauth1==5.3.0 +keystoneauth1==5.7.0 # via # gnocchiclient # python-ceilometerclient @@ -127,23 +126,23 @@ keystoneauth1==5.3.0 # python-novaclient kiwisolver==1.4.5 # via matplotlib -matplotlib==3.8.0 +matplotlib==3.9.1.post1 # via prometheus-api-client -msal==1.24.1 +msal==1.30.0 # via # azure-identity # msal-extensions -msal-extensions==1.0.0 +msal-extensions==1.2.0 # via azure-identity -msgpack==1.0.7 +msgpack==1.0.8 # via oslo-serialization -netaddr==0.9.0 +netaddr==1.3.0 # via # oslo-config # oslo-utils netifaces==0.11.0 # via oslo-utils -numpy==1.26.0 +numpy==2.0.1 # via # contourpy # matplotlib @@ -151,35 +150,34 @@ numpy==1.26.0 # prometheus-api-client os-service-types==1.7.0 # via keystoneauth1 -oslo-config==9.2.0 +oslo-config==9.5.0 # via python-keystoneclient -oslo-i18n==6.1.0 +oslo-i18n==6.3.0 # via # oslo-config # oslo-utils # python-ceilometerclient # python-keystoneclient # python-novaclient -oslo-serialization==5.2.0 +oslo-serialization==5.4.0 # via # python-ceilometerclient # python-keystoneclient # python-novaclient -oslo-utils==6.2.1 +oslo-utils==7.2.0 # via # oslo-serialization # python-ceilometerclient # python-keystoneclient # python-novaclient -packaging==23.1 +packaging==24.1 # via - # -r requirements.in # matplotlib # oslo-utils # python-keystoneclient -pandas==2.1.1 +pandas==2.2.2 # via prometheus-api-client -pbr==5.11.1 +pbr==6.0.0 # via # keystoneauth1 # os-service-types @@ -189,71 +187,72 @@ pbr==5.11.1 # python-keystoneclient # python-novaclient # stevedore -pillow==10.0.1 +pillow==10.4.0 # via matplotlib -portalocker==2.8.2 +portalocker==2.10.1 # via msal-extensions prettytable==0.7.2 # via # cliff # python-ceilometerclient # python-novaclient -prometheus-api-client==0.5.4 +prometheus-api-client==0.5.5 # via -r requirements.in -prometheus-client==0.17.1 +prometheus-client==0.20.0 # via -r requirements.in -proto-plus==1.22.3 - # via google-cloud-monitoring -protobuf==4.24.3 +proto-plus==1.24.0 + # via + # google-api-core + # google-cloud-monitoring +protobuf==5.27.3 # via # google-api-core # google-cloud-monitoring # googleapis-common-protos # grpcio-status # proto-plus -pyasn1==0.5.0 +pyasn1==0.6.0 # via # pyasn1-modules # rsa -pyasn1-modules==0.3.0 +pyasn1-modules==0.4.0 # via google-auth -pycparser==2.21 +pycparser==2.22 # via cffi -pyjwt[crypto]==2.8.0 +pyjwt[crypto]==2.9.0 # via msal -pyparsing==3.1.1 +pyparsing==3.1.2 # via # httplib2 # matplotlib # oslo-utils -pyperclip==1.8.2 +pyperclip==1.9.0 # via cmd2 python-ceilometerclient==2.9.0 # via -r requirements.in -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # dateparser # gnocchiclient # matplotlib # pandas -python-keystoneclient==5.2.0 +python-keystoneclient==5.4.0 # via -r requirements.in -python-novaclient==18.4.0 +python-novaclient==18.6.0 # via -r requirements.in -pytz==2023.3.post1 +pytz==2024.1 # via # dateparser - # oslo-serialization - # oslo-utils # pandas -pyyaml==6.0.1 +pyyaml==6.0.2 # via # -r requirements.in # cliff # oslo-config -regex==2023.10.3 + # oslo-utils +regex==2024.7.24 # via dateparser -requests==2.31.0 +requests==2.32.3 # via # azure-core # google-api-core @@ -275,8 +274,7 @@ six==1.16.0 # isodate # python-ceilometerclient # python-dateutil - # python-keystoneclient -stevedore==5.1.0 +stevedore==5.2.0 # via # cliff # keystoneauth1 @@ -284,24 +282,25 @@ stevedore==5.1.0 # python-ceilometerclient # python-keystoneclient # python-novaclient -typing-extensions==4.8.0 - # via azure-core -tzdata==2023.3 +typing-extensions==4.12.2 + # via + # azure-core + # azure-identity + # azure-mgmt-compute +tzdata==2024.1 # via # oslo-serialization # oslo-utils # pandas -tzlocal==5.0.1 +tzlocal==5.2 # via dateparser -ujson==5.8.0 +ujson==5.10.0 # via gnocchiclient uritemplate==4.1.1 # via google-api-python-client -urllib3==2.0.6 +urllib3==2.2.2 # via requests -wcwidth==0.2.8 +wcwidth==0.2.13 # via cmd2 -wrapt==1.15.0 +wrapt==1.16.0 # via debtcollector -zipp==3.17.0 - # via importlib-metadata -- 2.25.1