From 7ee5a24321411f25cdbb1ab0bb29135c2109daba Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 20 Jan 2026 12:12:58 +0100 Subject: [PATCH] Upgrade pip dependencies Change-Id: Iea9bb36c05b8948da16411f5497ad65f705674c9 Signed-off-by: garciadeblas --- requirements-dist.txt | 6 +++--- requirements-test.txt | 4 ++-- requirements.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-dist.txt b/requirements-dist.txt index 3fec8d3..be36369 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. ####################################################################################### -build==1.3.0 +build==1.4.0 # via -r requirements-dist.in -packaging==25.0 +packaging==26.0 # via # build # setuptools-scm @@ -28,5 +28,5 @@ stdeb==0.11.0 # via -r requirements-dist.in # The following packages are considered to be unsafe in a requirements file: -setuptools==80.9.0 +setuptools==82.0.0 # via setuptools-scm diff --git a/requirements-test.txt b/requirements-test.txt index 74fa8fd..014f62b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -14,13 +14,13 @@ # 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 iniconfig==2.3.0 # via pytest nose2==0.15.1 # via -r requirements-test.in -packaging==25.0 +packaging==26.0 # via pytest pluggy==1.6.0 # via pytest diff --git a/requirements.txt b/requirements.txt index 1e9d173..bcbd952 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -aiokafka==0.12.0 +aiokafka==0.13.0 # via -r requirements.in async-timeout==4.0.3 # via @@ -26,11 +26,11 @@ dnspython==2.8.0 # via pymongo motor==3.7.1 # via -r requirements.in -packaging==25.0 +packaging==26.0 # via aiokafka pycryptodome==3.23.0 # via -r requirements.in -pymongo==4.15.5 +pymongo==4.16.0 # via # -r requirements.in # motor -- 2.25.1