From: garciadeblas Date: Tue, 24 Jun 2025 17:48:37 +0000 (+0200) Subject: Update pip dependencies X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=5db67583852e1441f88e1eb1f580d61a5413f21b;p=osm%2FNG-SA.git Update pip dependencies Change-Id: I9df37de9113b2be2a0f6a63f1e3ca812f8b91b95 Signed-off-by: garciadeblas --- diff --git a/osm_webhook_translator/requirements-dist.txt b/osm_webhook_translator/requirements-dist.txt index 1c1c7e9..da5e8ec 100644 --- a/osm_webhook_translator/requirements-dist.txt +++ b/osm_webhook_translator/requirements-dist.txt @@ -14,9 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -packaging==24.2 +packaging==25.0 # via setuptools-scm -setuptools-scm==8.2.0 +setuptools-scm==8.3.1 # via -r osm_webhook_translator/requirements-dist.in stdeb==0.10.0 # via -r osm_webhook_translator/requirements-dist.in @@ -24,7 +24,7 @@ tomli==2.2.1 # via setuptools-scm # The following packages are considered to be unsafe in a requirements file: -setuptools==76.0.0 +setuptools==80.9.0 # via # -r osm_webhook_translator/requirements-dist.in # setuptools-scm diff --git a/osm_webhook_translator/requirements.txt b/osm_webhook_translator/requirements.txt index 9cc53ec..494f7ec 100644 --- a/osm_webhook_translator/requirements.txt +++ b/osm_webhook_translator/requirements.txt @@ -16,42 +16,46 @@ ####################################################################################### annotated-types==0.7.0 # via pydantic -anyio==4.8.0 +anyio==4.9.0 # via starlette -certifi==2025.1.31 +certifi==2025.6.15 # via requests -charset-normalizer==3.4.1 +charset-normalizer==3.4.2 # via requests -click==8.1.8 +click==8.2.1 # via uvicorn -exceptiongroup==1.2.2 +exceptiongroup==1.3.0 # via anyio -fastapi==0.115.11 +fastapi==0.115.13 # via -r osm_webhook_translator/requirements.in -h11==0.14.0 +h11==0.16.0 # via uvicorn idna==3.10 # via # anyio # requests -pydantic==2.10.6 +pydantic==2.11.7 # via fastapi -pydantic-core==2.27.2 +pydantic-core==2.33.2 # via pydantic -requests==2.32.3 +requests==2.32.4 # via -r osm_webhook_translator/requirements.in sniffio==1.3.1 # via anyio -starlette==0.46.1 +starlette==0.46.2 # via fastapi -typing-extensions==4.12.2 +typing-extensions==4.14.0 # via # anyio + # exceptiongroup # fastapi # pydantic # pydantic-core + # typing-inspection # uvicorn -urllib3==2.3.0 +typing-inspection==0.4.1 + # via pydantic +urllib3==2.5.0 # via requests -uvicorn==0.34.0 +uvicorn==0.34.3 # via -r osm_webhook_translator/requirements.in diff --git a/requirements-dev.txt b/requirements-dev.txt index 049b4ba..f5415c0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,19 +14,19 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -a2wsgi==1.10.8 +a2wsgi==1.10.10 # via connexion -aiohappyeyeballs==2.6.0 +aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.11.13 +aiohttp==3.12.13 # via apache-airflow-providers-http aiokafka==0.12.0 # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master aiosignal==1.3.2 # via aiohttp -alembic==1.15.1 +alembic==1.16.2 # via apache-airflow -anyio==4.8.0 +anyio==4.9.0 # via # httpx # starlette @@ -52,7 +52,7 @@ apache-airflow-providers-sqlite==3.5.0 # via apache-airflow apispec[yaml]==3.3.2 # via flask-appbuilder -argcomplete==3.6.0 +argcomplete==3.6.2 # via apache-airflow asgiref==3.8.1 # via @@ -64,7 +64,7 @@ async-timeout==4.0.3 # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master # aiohttp # aiokafka -attrs==25.1.0 +attrs==25.3.0 # via # aiohttp # apache-airflow @@ -79,18 +79,18 @@ cachelib==0.13.0 # via # flask-caching # flask-session -cattrs==24.1.2 +cattrs==25.1.1 # via apache-airflow -certifi==2025.1.31 +certifi==2025.6.15 # via # httpcore # httpx # requests cffi==1.17.1 # via cryptography -charset-normalizer==3.4.1 +charset-normalizer==3.4.2 # via requests -click==8.1.8 +click==8.2.1 # via # flask # flask-appbuilder @@ -106,13 +106,13 @@ cron-descriptor==1.4.5 # via apache-airflow croniter==6.0.0 # via apache-airflow -cryptography==44.0.2 +cryptography==45.0.4 # 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.18 # via apache-airflow -dill==0.3.9 +dill==0.4.0 # via apache-airflow dnspython==2.7.0 # via @@ -121,7 +121,7 @@ dnspython==2.7.0 # pymongo email-validator==1.3.1 # via flask-appbuilder -exceptiongroup==1.2.2 +exceptiongroup==1.3.0 # via # anyio # cattrs @@ -157,19 +157,19 @@ flask-wtf==1.2.2 # via # apache-airflow # flask-appbuilder -frozenlist==1.5.0 +frozenlist==1.7.0 # via # aiohttp # aiosignal -graphviz==0.20.3 +graphviz==0.21 # via apache-airflow -greenlet==3.1.1 +greenlet==3.2.3 # via sqlalchemy gunicorn==23.0.0 # via apache-airflow -h11==0.14.0 +h11==0.16.0 # via httpcore -httpcore==1.0.7 +httpcore==1.0.9 # via httpx httpx==0.28.1 # via @@ -196,14 +196,14 @@ jinja2==3.1.6 # flask # flask-babel # python-nvd3 -jsonschema==4.23.0 +jsonschema==4.24.0 # via # apache-airflow # connexion # flask-appbuilder -jsonschema-specifications==2024.10.1 +jsonschema-specifications==2025.4.1 # via jsonschema -lazy-object-proxy==1.10.0 +lazy-object-proxy==1.11.0 # via apache-airflow linkify-it-py==2.0.3 # via apache-airflow @@ -211,9 +211,9 @@ lockfile==0.12.2 # via # apache-airflow # python-daemon -mako==1.3.9 +mako==1.3.10 # via alembic -markdown==3.7 +markdown==3.8.2 # via apache-airflow markdown-it-py==3.0.0 # via @@ -235,7 +235,7 @@ marshmallow==3.26.1 # marshmallow-sqlalchemy marshmallow-enum==1.5.1 # via flask-appbuilder -marshmallow-oneofschema==3.1.1 +marshmallow-oneofschema==3.2.0 # via apache-airflow marshmallow-sqlalchemy==0.26.1 # via flask-appbuilder @@ -243,17 +243,17 @@ mdit-py-plugins==0.4.2 # via apache-airflow mdurl==0.1.2 # via markdown-it-py -motor==3.7.0 +motor==3.7.1 # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master msgspec==0.19.0 # via flask-session -multidict==6.1.0 +multidict==6.5.0 # via # aiohttp # yarl osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@master # via -r requirements-dev.in -packaging==24.2 +packaging==25.0 # via # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master # aiokafka @@ -262,13 +262,13 @@ packaging==24.2 # marshmallow pathspec==0.9.0 # via apache-airflow -pendulum==3.0.0 +pendulum==3.1.0 # via apache-airflow -pluggy==1.5.0 +pluggy==1.6.0 # via apache-airflow prison==0.2.1 # via flask-appbuilder -propcache==0.3.0 +propcache==0.3.2 # via # aiohttp # yarl @@ -276,9 +276,9 @@ psutil==7.0.0 # via apache-airflow pycparser==2.22 # via cffi -pycryptodome==3.21.0 +pycryptodome==3.23.0 # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master -pygments==2.19.1 +pygments==2.19.2 # via # apache-airflow # rich @@ -287,7 +287,7 @@ pyjwt==2.10.1 # apache-airflow # flask-appbuilder # flask-jwt-extended -pymongo==4.11.2 +pymongo==4.13.2 # via # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master # motor @@ -299,7 +299,6 @@ python-dateutil==2.9.0.post0 # croniter # flask-appbuilder # pendulum - # time-machine python-multipart==0.0.20 # via connexion python-nvd3==0.16.0 @@ -308,7 +307,7 @@ python-slugify==8.0.4 # via # apache-airflow # python-nvd3 -pytz==2025.1 +pytz==2025.2 # via # croniter # flask-babel @@ -321,7 +320,7 @@ referencing==0.36.2 # via # jsonschema # jsonschema-specifications -requests==2.32.3 +requests==2.32.4 # via # apache-airflow-providers-http # connexion @@ -330,13 +329,13 @@ requests-toolbelt==1.0.0 # via apache-airflow-providers-http rfc3339-validator==0.1.4 # via apache-airflow -rich==13.9.4 +rich==14.0.0 # via apache-airflow -rpds-py==0.23.1 +rpds-py==0.25.1 # via # jsonschema # referencing -setproctitle==1.3.5 +setproctitle==1.3.6 # via apache-airflow six==1.17.0 # via @@ -360,19 +359,19 @@ sqlalchemy-utils==0.41.2 # via flask-appbuilder sqlparse==0.5.3 # via apache-airflow-providers-common-sql -starlette==0.46.1 +starlette==0.47.1 # via connexion tabulate==0.9.0 # via apache-airflow -tenacity==9.0.0 +tenacity==9.1.2 # via apache-airflow -termcolor==2.5.0 +termcolor==3.1.0 # via apache-airflow text-unidecode==1.3 # via python-slugify -time-machine==2.16.0 - # via pendulum -typing-extensions==4.12.2 +tomli==2.2.1 + # via alembic +typing-extensions==4.14.0 # via # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master # a2wsgi @@ -383,16 +382,18 @@ typing-extensions==4.12.2 # asgiref # cattrs # connexion + # exceptiongroup # multidict # referencing # rich -tzdata==2025.1 + # starlette +tzdata==2025.2 # via pendulum uc-micro-py==1.0.3 # via linkify-it-py unicodecsv==0.14.1 # via apache-airflow -urllib3==2.3.0 +urllib3==2.5.0 # via requests werkzeug==3.1.3 # via @@ -407,5 +408,5 @@ wtforms==3.2.1 # via # flask-appbuilder # flask-wtf -yarl==1.18.3 +yarl==1.20.1 # via aiohttp diff --git a/requirements-dist.txt b/requirements-dist.txt index 9c7071d..0139aac 100644 --- a/requirements-dist.txt +++ b/requirements-dist.txt @@ -14,9 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -packaging==24.2 +packaging==25.0 # via setuptools-scm -setuptools-scm==8.2.0 +setuptools-scm==8.3.1 # via -r requirements-dist.in stdeb==0.10.0 # via -r requirements-dist.in @@ -24,7 +24,7 @@ tomli==2.2.1 # via setuptools-scm # The following packages are considered to be unsafe in a requirements file: -setuptools==76.0.0 +setuptools==80.9.0 # via # -r requirements-dist.in # setuptools-scm diff --git a/requirements-test.txt b/requirements-test.txt index 77923bb..c1c64b7 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -coverage==7.6.12 +coverage==7.9.1 # via -r requirements-test.in mock==5.2.0 # via -r requirements-test.in diff --git a/requirements.txt b/requirements.txt index 2bfe723..65ac139 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,13 +21,13 @@ azure-common==1.1.28 # -r requirements.in # azure-mgmt-compute # azure-mgmt-monitor -azure-core==1.32.0 +azure-core==1.34.0 # via # azure-identity # azure-mgmt-core -azure-identity==1.21.0 +azure-identity==1.23.0 # via -r requirements.in -azure-mgmt-compute==34.0.0 +azure-mgmt-compute==34.1.0 # via -r requirements.in azure-mgmt-core==1.5.0 # via @@ -37,19 +37,19 @@ azure-mgmt-monitor==6.0.2 # via -r requirements.in cachetools==5.5.2 # via google-auth -certifi==2025.1.31 +certifi==2025.6.15 # via requests cffi==1.17.1 # via cryptography -charset-normalizer==3.4.1 +charset-normalizer==3.4.2 # via requests -cliff==4.9.1 +cliff==4.10.0 # via gnocchiclient -cmd2==2.5.11 +cmd2==2.6.1 # via cliff -contourpy==1.3.1 +contourpy==1.3.2 # via matplotlib -cryptography==44.0.2 +cryptography==45.0.4 # via # azure-identity # msal @@ -65,19 +65,19 @@ debtcollector==3.0.0 # oslo-config # oslo-utils # python-keystoneclient -fonttools==4.56.0 +fonttools==4.58.4 # via matplotlib -futurist==3.1.0 +futurist==3.1.1 # via gnocchiclient -gnocchiclient==7.1.0 +gnocchiclient==7.2.0 # via -r requirements.in -google-api-core[grpc]==2.24.2 +google-api-core[grpc]==2.25.1 # via # google-api-python-client # google-cloud-monitoring -google-api-python-client==2.163.0 +google-api-python-client==2.173.0 # via -r requirements.in -google-auth==2.38.0 +google-auth==2.40.3 # via # -r requirements.in # google-api-core @@ -86,17 +86,17 @@ google-auth==2.38.0 # google-cloud-monitoring google-auth-httplib2==0.2.0 # via google-api-python-client -google-cloud-monitoring==2.27.0 +google-cloud-monitoring==2.27.2 # via -r requirements.in -googleapis-common-protos==1.69.1 +googleapis-common-protos==1.70.0 # via # google-api-core # grpcio-status -grpcio==1.71.0 +grpcio==1.73.0 # via # google-api-core # grpcio-status -grpcio-status==1.71.0 +grpcio-status==1.73.0 # via google-api-core httmock==1.4.0 # via prometheus-api-client @@ -117,7 +117,7 @@ isodate==0.7.2 # via # azure-mgmt-compute # azure-mgmt-monitor -keystoneauth1==5.10.0 +keystoneauth1==5.11.1 # via # gnocchiclient # python-ceilometerclient @@ -125,21 +125,21 @@ keystoneauth1==5.10.0 # python-novaclient kiwisolver==1.4.8 # via matplotlib -matplotlib==3.10.1 +matplotlib==3.10.3 # via prometheus-api-client -msal==1.31.1 +msal==1.32.3 # via # azure-identity # msal-extensions -msal-extensions==1.2.0 +msal-extensions==1.3.1 # via azure-identity -msgpack==1.1.0 +msgpack==1.1.1 # via oslo-serialization netaddr==1.3.0 # via # oslo-config # oslo-utils -numpy==2.2.3 +numpy==2.2.6 # via # contourpy # matplotlib @@ -147,7 +147,7 @@ numpy==2.2.3 # prometheus-api-client os-service-types==1.7.0 # via keystoneauth1 -oslo-config==9.7.1 +oslo-config==9.8.0 # via python-keystoneclient oslo-i18n==6.5.1 # via @@ -161,18 +161,18 @@ oslo-serialization==5.7.0 # python-ceilometerclient # python-keystoneclient # python-novaclient -oslo-utils==8.2.0 +oslo-utils==9.0.0 # via # oslo-serialization # python-ceilometerclient # python-keystoneclient # python-novaclient -packaging==24.2 +packaging==25.0 # via # matplotlib # oslo-utils # python-keystoneclient -pandas==2.2.3 +pandas==2.3.0 # via prometheus-api-client pbr==6.1.1 # via @@ -184,24 +184,22 @@ pbr==6.1.1 # python-keystoneclient # python-novaclient # stevedore -pillow==11.1.0 +pillow==11.2.1 # via matplotlib -portalocker==2.10.1 - # via msal-extensions prettytable==0.7.2 # via # cliff # python-ceilometerclient # python-novaclient -prometheus-api-client==0.5.7 +prometheus-api-client==0.6.0 # via -r requirements.in -prometheus-client==0.21.1 +prometheus-client==0.22.1 # via -r requirements.in proto-plus==1.26.1 # via # google-api-core # google-cloud-monitoring -protobuf==5.29.3 +protobuf==6.31.1 # via # google-api-core # google-cloud-monitoring @@ -214,13 +212,13 @@ pyasn1==0.6.1 # via # pyasn1-modules # rsa -pyasn1-modules==0.4.1 +pyasn1-modules==0.4.2 # via google-auth pycparser==2.22 # via cffi pyjwt[crypto]==2.10.1 # via msal -pyparsing==3.2.1 +pyparsing==3.2.3 # via # httplib2 # matplotlib @@ -239,7 +237,7 @@ python-keystoneclient==5.6.0 # via -r requirements.in python-novaclient==18.9.0 # via -r requirements.in -pytz==2025.1 +pytz==2025.2 # via # dateparser # pandas @@ -251,7 +249,7 @@ pyyaml==6.0.2 # oslo-utils regex==2024.11.6 # via dateparser -requests==2.32.3 +requests==2.32.4 # via # azure-core # google-api-core @@ -264,7 +262,7 @@ requests==2.32.3 # python-keystoneclient rfc3986==2.0.0 # via oslo-config -rsa==4.9 +rsa==4.9.1 # via google-auth six==1.17.0 # via @@ -279,13 +277,13 @@ stevedore==5.4.1 # python-ceilometerclient # python-keystoneclient # python-novaclient -typing-extensions==4.12.2 +typing-extensions==4.14.0 # via # azure-core # azure-identity # azure-mgmt-compute # keystoneauth1 -tzdata==2025.1 +tzdata==2025.2 # via # oslo-serialization # oslo-utils @@ -294,9 +292,9 @@ tzlocal==5.3.1 # via dateparser ujson==5.10.0 # via gnocchiclient -uritemplate==4.1.1 +uritemplate==4.2.0 # via google-api-python-client -urllib3==2.3.0 +urllib3==2.5.0 # via requests wcwidth==0.2.13 # via cmd2