From 2ae97a9fd280ac5472278972ae31af02195462bc Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 7 Aug 2024 01:00:50 +0200 Subject: [PATCH] Update pip dependencies Change-Id: Ie769029c640bd29626b75879b855c58d1b3393cb Signed-off-by: garciadeblas --- requirements-test.txt | 12 ++++++------ requirements.txt | 18 +++++++++--------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 6b8174f..7e742e0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -14,19 +14,19 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -coverage==7.3.1 +coverage==7.6.1 # via -r requirements-test.in -exceptiongroup==1.1.3 +exceptiongroup==1.2.2 # via pytest iniconfig==2.0.0 # via pytest -nose2==0.13.0 +nose2==0.15.1 # via -r requirements-test.in -packaging==23.1 +packaging==24.1 # via pytest -pluggy==1.3.0 +pluggy==1.5.0 # via pytest -pytest==7.4.2 +pytest==8.3.2 # via -r requirements-test.in tomli==2.0.1 # via pytest diff --git a/requirements.txt b/requirements.txt index 34530f4..629373c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,25 +14,25 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -aiokafka==0.8.1 +aiokafka==0.11.0 # via -r requirements.in async-timeout==4.0.3 # via aiokafka dataclasses==0.6 # via -r requirements.in -dnspython==2.4.2 +dnspython==2.6.1 # via pymongo -kafka-python==2.0.2 - # via aiokafka -motor==3.3.1 +motor==3.5.1 # via -r requirements.in -packaging==23.1 +packaging==24.1 # via aiokafka -pycryptodome==3.19.0 +pycryptodome==3.20.0 # via -r requirements.in -pymongo==4.5.0 +pymongo==4.8.0 # via # -r requirements.in # motor -pyyaml==6.0.1 +pyyaml==6.0.2 # via -r requirements.in +typing-extensions==4.12.2 + # via aiokafka -- 2.25.1