Update pip dependencies 74/15574/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Dec 2025 12:15:39 +0000 (13:15 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Dec 2025 12:15:39 +0000 (13:15 +0100)
Change-Id: I3c68c79878fe91a449e1b5ad8ed52d76e1e3f739
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
pyproject.toml
requirements-test.txt
requirements.txt
src/osm_common/requirements.txt [deleted file]

index c1f65b5..55361e6 100644 (file)
@@ -37,5 +37,5 @@ local_scheme = "node-and-date"
 where = ["src"]
 
 [tool.setuptools.dynamic]
-dependencies = { file = [".//requirements.txt"] }
+dependencies = { file = ["./requirements.txt"] }
 
index 351a6cf..74fa8fd 100644 (file)
@@ -14,9 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-coverage==7.10.7
+coverage==7.13.0
     # via -r requirements-test.in
-iniconfig==2.1.0
+iniconfig==2.3.0
     # via pytest
 nose2==0.15.1
     # via -r requirements-test.in
@@ -26,5 +26,5 @@ pluggy==1.6.0
     # via pytest
 pygments==2.19.2
     # via pytest
-pytest==8.4.2
+pytest==9.0.2
     # via -r requirements-test.in
index 24c9a05..1e9d173 100644 (file)
@@ -30,7 +30,7 @@ packaging==25.0
     # via aiokafka
 pycryptodome==3.23.0
     # via -r requirements.in
-pymongo==4.15.2
+pymongo==4.15.5
     # via
     #   -r requirements.in
     #   motor
diff --git a/src/osm_common/requirements.txt b/src/osm_common/requirements.txt
deleted file mode 100644 (file)
index 24c9a05..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-#######################################################################################
-# Copyright ETSI Contributors and Others.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-# implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#######################################################################################
-aiokafka==0.12.0
-    # via -r requirements.in
-async-timeout==4.0.3
-    # via
-    #   -r requirements.in
-    #   aiokafka
-dataclasses==0.6
-    # via -r requirements.in
-dnspython==2.8.0
-    # via pymongo
-motor==3.7.1
-    # via -r requirements.in
-packaging==25.0
-    # via aiokafka
-pycryptodome==3.23.0
-    # via -r requirements.in
-pymongo==4.15.2
-    # via
-    #   -r requirements.in
-    #   motor
-pyyaml==6.0.3
-    # via -r requirements.in
-typing-extensions==4.15.0
-    # via aiokafka