From: garciadeblas Date: Tue, 9 Dec 2025 12:15:39 +0000 (+0100) Subject: Update pip dependencies X-Git-Tag: v19.0.0~5 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F74%2F15574%2F1;p=osm%2Fcommon.git Update pip dependencies Change-Id: I3c68c79878fe91a449e1b5ad8ed52d76e1e3f739 Signed-off-by: garciadeblas --- diff --git a/pyproject.toml b/pyproject.toml index c1f65b5..55361e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,5 +37,5 @@ local_scheme = "node-and-date" where = ["src"] [tool.setuptools.dynamic] -dependencies = { file = [".//requirements.txt"] } +dependencies = { file = ["./requirements.txt"] } diff --git a/requirements-test.txt b/requirements-test.txt index 351a6cf..74fa8fd 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.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 diff --git a/requirements.txt b/requirements.txt index 24c9a05..1e9d173 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 index 24c9a05..0000000 --- a/src/osm_common/requirements.txt +++ /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