Update pip requirements to pass stage2 and stage3 in all modules

Change-Id: Ic5037bb5ecc1ee7a89617eb7a5fa9937cd60d30e
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 334e0e6..a06a4df 100644
--- a/osm_webhook_translator/requirements-dist.txt
+++ b/osm_webhook_translator/requirements-dist.txt
@@ -14,15 +14,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-packaging==23.1
+packaging==23.2
     # via setuptools-scm
-setuptools-scm==7.1.0
+setuptools-scm==8.0.4
     # 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.6.0
+typing-extensions==4.8.0
     # via setuptools-scm
 
 # The following packages are considered to be unsafe in a requirements file:
diff --git a/osm_webhook_translator/requirements.txt b/osm_webhook_translator/requirements.txt
index 3989987..390704e 100644
--- a/osm_webhook_translator/requirements.txt
+++ b/osm_webhook_translator/requirements.txt
@@ -14,15 +14,21 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-anyio==3.6.2
-    # via starlette
-certifi==2023.5.7
+annotated-types==0.5.0
+    # via pydantic
+anyio==3.7.1
+    # via
+    #   fastapi
+    #   starlette
+certifi==2023.7.22
     # via requests
-charset-normalizer==3.1.0
+charset-normalizer==3.3.0
     # via requests
-click==8.1.3
+click==8.1.7
     # via uvicorn
-fastapi==0.95.2
+exceptiongroup==1.1.3
+    # via anyio
+fastapi==0.103.2
     # via -r osm_webhook_translator/requirements.in
 h11==0.14.0
     # via uvicorn
@@ -30,17 +36,23 @@
     # via
     #   anyio
     #   requests
-pydantic==1.10.8
+pydantic==2.4.2
     # via fastapi
+pydantic-core==2.10.1
+    # via pydantic
 requests==2.31.0
     # via -r osm_webhook_translator/requirements.in
 sniffio==1.3.0
     # via anyio
 starlette==0.27.0
     # via fastapi
-typing-extensions==4.6.0
-    # via pydantic
-urllib3==2.0.2
+typing-extensions==4.8.0
+    # via
+    #   fastapi
+    #   pydantic
+    #   pydantic-core
+    #   uvicorn
+urllib3==2.0.5
     # via requests
-uvicorn==0.22.0
+uvicorn==0.23.2
     # via -r osm_webhook_translator/requirements.in