From 26858468be850fda6f94a3b4f59741cec84af037 Mon Sep 17 00:00:00 2001 From: Evan Blaudy Date: Mon, 12 Feb 2024 17:22:14 +0100 Subject: [PATCH] [requirements] upgrade python-socketio, black & pre-commit --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7c1669ac..1d5c6b94 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ classifiers = zip_safe = False packages = find: install_requires = - python-socketio[client]==5.11.0; python_version != '2.7' + python-socketio[client]==5.11.1; python_version != '2.7' requests>=2.25.1 Deprecated==1.2.14 @@ -48,5 +48,5 @@ test = requests_mock lint = - black==23.12.1; python_version >= '3.8' - pre-commit==3.6.0; python_version >= '3.9' + black==24.1.1; python_version >= '3.8' + pre-commit==3.6.1; python_version >= '3.9'