Update pip dependencies

Change-Id: Ic4df16bcf0636ede7e9dc5d248c96e145b7f9c7a
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osm_webhook_translator/requirements-dist.txt b/osm_webhook_translator/requirements-dist.txt
index ecec46b..3d5c91b 100644
--- a/osm_webhook_translator/requirements-dist.txt
+++ b/osm_webhook_translator/requirements-dist.txt
@@ -14,17 +14,17 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-packaging==25.0
+packaging==26.0
     # via setuptools-scm
 setuptools-scm==9.2.2
     # via -r osm_webhook_translator/requirements-dist.in
 stdeb==0.11.0
     # via -r osm_webhook_translator/requirements-dist.in
-tomli==2.3.0
+tomli==2.4.0
     # via setuptools-scm
 
 # The following packages are considered to be unsafe in a requirements file:
-setuptools==80.9.0
+setuptools==82.0.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 ec84156..a1d785a 100644
--- a/osm_webhook_translator/requirements.txt
+++ b/osm_webhook_translator/requirements.txt
@@ -18,9 +18,9 @@
     # via fastapi
 annotated-types==0.7.0
     # via pydantic
-anyio==4.12.0
+anyio==4.12.1
     # via starlette
-certifi==2025.11.12
+certifi==2026.2.25
     # via requests
 charset-normalizer==3.4.4
     # via requests
@@ -28,7 +28,7 @@
     # via uvicorn
 exceptiongroup==1.3.1
     # via anyio
-fastapi==0.124.0
+fastapi==0.133.1
     # via -r osm_webhook_translator/requirements.in
 h11==0.16.0
     # via uvicorn
@@ -42,7 +42,7 @@
     # via pydantic
 requests==2.32.5
     # via -r osm_webhook_translator/requirements.in
-starlette==0.50.0
+starlette==0.52.1
     # via fastapi
 typing-extensions==4.15.0
     # via
@@ -55,8 +55,10 @@
     #   typing-inspection
     #   uvicorn
 typing-inspection==0.4.2
-    # via pydantic
-urllib3==2.6.1
+    # via
+    #   fastapi
+    #   pydantic
+urllib3==2.6.3
     # via requests
-uvicorn==0.38.0
+uvicorn==0.41.0
     # via -r osm_webhook_translator/requirements.in
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 0917e87..4ff91dc 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -18,17 +18,17 @@
     # via connexion
 aiohappyeyeballs==2.6.1
     # via aiohttp
-aiohttp==3.13.2
+aiohttp==3.13.3
     # via apache-airflow-providers-http
-aiokafka==0.12.0
+aiokafka==0.13.0
     # via
     #   -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
     #   osm-common
 aiosignal==1.4.0
     # via aiohttp
-alembic==1.17.2
+alembic==1.18.4
     # via apache-airflow
-anyio==4.12.0
+anyio==4.12.1
     # via
     #   httpx
     #   starlette
@@ -58,7 +58,7 @@
     #   flask-appbuilder
 argcomplete==3.6.3
     # via apache-airflow
-asgiref==3.11.0
+asgiref==3.11.1
     # via
     #   apache-airflow-providers-http
     #   connexion
@@ -76,7 +76,7 @@
     #   cattrs
     #   jsonschema
     #   referencing
-babel==2.17.0
+babel==2.18.0
     # via flask-babel
 blinker==1.9.0
     # via apache-airflow
@@ -84,9 +84,9 @@
     # via
     #   flask-caching
     #   flask-session
-cattrs==25.3.0
+cattrs==26.1.0
     # via apache-airflow
-certifi==2025.11.12
+certifi==2026.2.25
     # via
     #   httpcore
     #   httpx
@@ -113,7 +113,7 @@
     # via apache-airflow
 croniter==6.0.0
     # via apache-airflow
-cryptography==46.0.3
+cryptography==46.0.5
     # via apache-airflow
 dataclasses==0.6
     # via
@@ -121,7 +121,7 @@
     #   osm-common
 deprecated==1.3.1
     # via apache-airflow
-dill==0.4.0
+dill==0.4.1
     # via apache-airflow
 dnspython==2.8.0
     # via
@@ -173,9 +173,9 @@
     #   aiosignal
 graphviz==0.21
     # via apache-airflow
-greenlet==3.3.0
+greenlet==3.3.2
     # via sqlalchemy
-gunicorn==23.0.0
+gunicorn==25.1.0
     # via apache-airflow
 h11==0.16.0
     # via httpcore
@@ -206,7 +206,7 @@
     #   flask
     #   flask-babel
     #   python-nvd3
-jsonschema==4.25.1
+jsonschema==4.26.0
     # via
     #   apache-airflow
     #   connexion
@@ -223,7 +223,7 @@
     #   python-daemon
 mako==1.3.10
     # via alembic
-markdown==3.10
+markdown==3.10.2
     # via apache-airflow
 markdown-it-py==4.0.0
     # via
@@ -237,7 +237,7 @@
     #   mako
     #   werkzeug
     #   wtforms
-marshmallow==3.26.1
+marshmallow==3.26.2
     # via
     #   flask-appbuilder
     #   marshmallow-enum
@@ -259,13 +259,13 @@
     #   osm-common
 msgspec==0.20.0
     # via flask-session
-multidict==6.7.0
+multidict==6.7.1
     # via
     #   aiohttp
     #   yarl
 osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@master
     # via -r requirements-dev.in
-packaging==25.0
+packaging==26.0
     # via
     #   -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
     #   aiokafka
@@ -275,7 +275,7 @@
     #   osm-common
 pathspec==0.9.0
     # via apache-airflow
-pendulum==3.1.0
+pendulum==3.2.0
     # via apache-airflow
 pluggy==1.6.0
     # via apache-airflow
@@ -285,9 +285,9 @@
     # via
     #   aiohttp
     #   yarl
-psutil==7.1.3
+psutil==7.2.2
     # via apache-airflow
-pycparser==2.23
+pycparser==3.0
     # via cffi
 pycryptodome==3.23.0
     # via
@@ -297,12 +297,12 @@
     # via
     #   apache-airflow
     #   rich
-pyjwt==2.10.1
+pyjwt==2.11.0
     # via
     #   apache-airflow
     #   flask-appbuilder
     #   flask-jwt-extended
-pymongo==4.15.5
+pymongo==4.16.0
     # via
     #   -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
     #   motor
@@ -315,7 +315,7 @@
     #   croniter
     #   flask-appbuilder
     #   pendulum
-python-multipart==0.0.20
+python-multipart==0.0.22
     # via connexion
 python-nvd3==0.16.0
     # via apache-airflow
@@ -346,7 +346,7 @@
     # via apache-airflow-providers-http
 rfc3339-validator==0.1.4
     # via apache-airflow
-rich==14.2.0
+rich==14.3.3
     # via apache-airflow
 rpds-py==0.30.0
     # via
@@ -370,21 +370,21 @@
     #   sqlalchemy-utils
 sqlalchemy-jsonfield==1.0.2
     # via apache-airflow
-sqlalchemy-utils==0.42.0
+sqlalchemy-utils==0.42.1
     # via flask-appbuilder
-sqlparse==0.5.4
+sqlparse==0.5.5
     # via apache-airflow-providers-common-sql
-starlette==0.50.0
+starlette==0.52.1
     # via connexion
 tabulate==0.9.0
     # via apache-airflow
-tenacity==9.1.2
+tenacity==9.1.4
     # via apache-airflow
-termcolor==3.2.0
+termcolor==3.3.0
     # via apache-airflow
 text-unidecode==1.3
     # via python-slugify
-tomli==2.3.0
+tomli==2.4.0
     # via alembic
 typing-extensions==4.15.0
     # via
@@ -405,22 +405,22 @@
     #   osm-common
     #   referencing
     #   starlette
-tzdata==2025.2
+tzdata==2025.3
     # via pendulum
 uc-micro-py==1.0.3
     # via linkify-it-py
 unicodecsv==0.14.1
     # via apache-airflow
-urllib3==2.6.1
+urllib3==2.6.3
     # via requests
-werkzeug==3.1.4
+werkzeug==3.1.6
     # via
     #   apache-airflow
     #   connexion
     #   flask
     #   flask-jwt-extended
     #   flask-login
-wrapt==2.0.1
+wrapt==2.1.1
     # via deprecated
 wtforms==3.2.1
     # via
diff --git a/requirements-dist.txt b/requirements-dist.txt
index 073485d..69d68eb 100644
--- a/requirements-dist.txt
+++ b/requirements-dist.txt
@@ -14,17 +14,17 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-packaging==25.0
+packaging==26.0
     # via setuptools-scm
 setuptools-scm==8.3.1
     # via -r requirements-dist.in
 stdeb==0.10.2
     # via -r requirements-dist.in
-tomli==2.3.0
+tomli==2.4.0
     # via setuptools-scm
 
 # The following packages are considered to be unsafe in a requirements file:
-setuptools==80.9.0
+setuptools==82.0.0
     # via
     #   -r requirements-dist.in
     #   setuptools-scm
diff --git a/requirements-test.txt b/requirements-test.txt
index f1a4a5e..ed3bf89 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.13.0
+coverage==7.13.4
     # via -r requirements-test.in
 mock==5.2.0
     # via -r requirements-test.in
diff --git a/requirements.txt b/requirements.txt
index 49e1327..a79f2df 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,20 +14,19 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-autopage==0.5.2
+autopage==0.6.0
     # via cliff
 azure-common==1.1.28
     # via
     #   -r requirements.in
     #   azure-mgmt-monitor
-azure-core==1.36.0
+azure-core==1.38.2
     # via
     #   azure-identity
     #   azure-mgmt-core
-    #   msrest
-azure-identity==1.25.1
+azure-identity==1.25.2
     # via -r requirements.in
-azure-mgmt-compute==37.1.0
+azure-mgmt-compute==37.2.0
     # via -r requirements.in
 azure-mgmt-core==1.6.0
     # via
@@ -37,30 +36,27 @@
     # via -r requirements.in
 backports-strenum==1.3.1
     # via cmd2
-cachetools==6.2.2
-    # via google-auth
-certifi==2025.11.12
-    # via
-    #   msrest
-    #   requests
+certifi==2026.2.25
+    # via requests
 cffi==2.0.0
     # via cryptography
 charset-normalizer==3.4.4
     # via requests
-cliff==4.13.0
+cliff==4.13.2
     # via gnocchiclient
-cmd2==3.0.0
+cmd2==3.2.2
     # via cliff
 contourpy==1.3.2
     # via matplotlib
-cryptography==46.0.3
+cryptography==46.0.5
     # via
     #   azure-identity
+    #   google-auth
     #   msal
     #   pyjwt
 cycler==0.12.1
     # via matplotlib
-dateparser==1.2.2
+dateparser==1.3.0
     # via prometheus-api-client
 debtcollector==3.0.0
     # via
@@ -68,43 +64,43 @@
     #   gnocchiclient
     #   oslo-utils
     #   python-keystoneclient
-fonttools==4.61.0
+fonttools==4.61.1
     # via matplotlib
 futurist==3.2.1
     # via gnocchiclient
 gnocchiclient==7.2.0
     # via -r requirements.in
-google-api-core[grpc]==2.28.1
+google-api-core[grpc]==2.30.0
     # via
     #   google-api-python-client
     #   google-cloud-monitoring
-google-api-python-client==2.187.0
+google-api-python-client==2.190.0
     # via -r requirements.in
-google-auth==2.43.0
+google-auth==2.48.0
     # via
     #   -r requirements.in
     #   google-api-core
     #   google-api-python-client
     #   google-auth-httplib2
     #   google-cloud-monitoring
-google-auth-httplib2==0.2.1
+google-auth-httplib2==0.3.0
     # via google-api-python-client
-google-cloud-monitoring==2.28.0
+google-cloud-monitoring==2.29.1
     # via -r requirements.in
 googleapis-common-protos==1.72.0
     # via
     #   google-api-core
     #   grpcio-status
-grpcio==1.76.0
+grpcio==1.78.1
     # via
     #   google-api-core
     #   google-cloud-monitoring
     #   grpcio-status
-grpcio-status==1.76.0
+grpcio-status==1.78.1
     # via google-api-core
 httmock==1.4.0
     # via prometheus-api-client
-httplib2==0.31.0
+httplib2==0.31.2
     # via
     #   google-api-python-client
     #   google-auth-httplib2
@@ -119,9 +115,9 @@
     #   python-novaclient
 isodate==0.7.2
     # via
+    #   azure-mgmt-compute
     #   azure-mgmt-monitor
-    #   msrest
-keystoneauth1==5.12.0
+keystoneauth1==5.13.1
     # via
     #   gnocchiclient
     #   python-ceilometerclient
@@ -131,11 +127,11 @@
     # via matplotlib
 markdown-it-py==4.0.0
     # via rich
-matplotlib==3.10.7
+matplotlib==3.10.8
     # via prometheus-api-client
 mdurl==0.1.2
     # via markdown-it-py
-msal==1.34.0
+msal==1.35.0
     # via
     #   azure-identity
     #   msal-extensions
@@ -143,8 +139,6 @@
     # via azure-identity
 msgpack==1.1.2
     # via oslo-serialization
-msrest==0.7.1
-    # via azure-mgmt-compute
 netaddr==1.3.0
     # via
     #   oslo-config
@@ -155,31 +149,29 @@
     #   matplotlib
     #   pandas
     #   prometheus-api-client
-oauthlib==3.3.1
-    # via requests-oauthlib
 os-service-types==1.8.2
     # via keystoneauth1
-oslo-config==10.1.0
+oslo-config==10.3.0
     # via python-keystoneclient
-oslo-i18n==6.7.1
+oslo-i18n==6.7.2
     # via
     #   oslo-config
     #   oslo-utils
     #   python-ceilometerclient
     #   python-keystoneclient
     #   python-novaclient
-oslo-serialization==5.8.0
+oslo-serialization==5.9.1
     # via
     #   python-ceilometerclient
     #   python-keystoneclient
     #   python-novaclient
-oslo-utils==9.2.0
+oslo-utils==10.0.0
     # via
     #   oslo-serialization
     #   python-ceilometerclient
     #   python-keystoneclient
     #   python-novaclient
-packaging==25.0
+packaging==26.0
     # via
     #   matplotlib
     #   oslo-utils
@@ -195,7 +187,7 @@
     #   python-ceilometerclient
     #   python-keystoneclient
     #   python-novaclient
-pillow==12.0.0
+pillow==12.1.1
     # via matplotlib
 prettytable==0.7.2
     # via
@@ -204,36 +196,36 @@
     #   python-novaclient
 prometheus-api-client==0.6.0
     # via -r requirements.in
-prometheus-client==0.23.1
+prometheus-client==0.24.1
     # via -r requirements.in
-proto-plus==1.26.1
+proto-plus==1.27.1
     # via
     #   google-api-core
     #   google-cloud-monitoring
-protobuf==6.33.2
+protobuf==6.33.5
     # via
     #   google-api-core
     #   google-cloud-monitoring
     #   googleapis-common-protos
     #   grpcio-status
     #   proto-plus
-psutil==7.1.3
+psutil==7.2.2
     # via oslo-utils
-pyasn1==0.6.1
+pyasn1==0.6.2
     # via
     #   pyasn1-modules
     #   rsa
 pyasn1-modules==0.4.2
     # via google-auth
-pycparser==2.23
+pycparser==3.0
     # via cffi
 pygments==2.19.2
     # via rich
-pyjwt[crypto]==2.10.1
+pyjwt[crypto]==2.11.0
     # via
     #   msal
     #   pyjwt
-pyparsing==3.2.5
+pyparsing==3.3.2
     # via
     #   httplib2
     #   matplotlib
@@ -250,7 +242,7 @@
     #   pandas
 python-keystoneclient==5.7.0
     # via -r requirements.in
-python-novaclient==18.11.0
+python-novaclient==18.12.0
     # via -r requirements.in
 pytz==2025.2
     # via
@@ -262,7 +254,7 @@
     #   cliff
     #   oslo-config
     #   oslo-utils
-regex==2025.11.3
+regex==2026.2.19
     # via dateparser
 requests==2.32.5
     # via
@@ -271,17 +263,13 @@
     #   httmock
     #   keystoneauth1
     #   msal
-    #   msrest
     #   oslo-config
     #   prometheus-api-client
     #   python-ceilometerclient
     #   python-keystoneclient
-    #   requests-oauthlib
-requests-oauthlib==2.0.0
-    # via msrest
 rfc3986==2.0.0
     # via oslo-config
-rich==14.2.0
+rich==14.3.3
     # via
     #   cmd2
     #   rich-argparse
@@ -293,7 +281,7 @@
     # via
     #   python-ceilometerclient
     #   python-dateutil
-stevedore==5.6.0
+stevedore==5.7.0
     # via
     #   cliff
     #   keystoneauth1
@@ -307,24 +295,22 @@
     #   azure-identity
     #   azure-mgmt-compute
     #   azure-mgmt-monitor
+    #   cmd2
     #   cryptography
     #   grpcio
     #   keystoneauth1
     #   os-service-types
-tzdata==2025.2
-    # via
-    #   oslo-serialization
-    #   oslo-utils
-    #   pandas
+tzdata==2025.3
+    # via pandas
 tzlocal==5.3.1
     # via dateparser
 ujson==5.11.0
     # via gnocchiclient
 uritemplate==4.2.0
     # via google-api-python-client
-urllib3==2.6.1
+urllib3==2.6.3
     # via requests
-wrapt==2.0.1
+wrapt==2.1.1
     # via debtcollector
 
 # The following packages are considered to be unsafe in a requirements file: