From 39061c2bea23ffdf6f0d2453d4ba27c6f13852f5 Mon Sep 17 00:00:00 2001 From: Evan Blaudy Date: Wed, 31 Jul 2024 17:08:24 +0200 Subject: [PATCH] [requirements] upgrade --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 821ba0dfa6..dfa6c8a428 100644 --- a/setup.cfg +++ b/setup.cfg @@ -70,7 +70,7 @@ install_requires = python-slugify==8.0.4 python-socketio==5.11.3 pytz==2024.1 - redis==5.0.7 + redis==5.0.8 requests==2.32.3 rq==1.16.2 slackclient==2.9.4 @@ -95,7 +95,7 @@ dev = wheel test = - fakeredis==2.23.3 + fakeredis==2.23.4 mixer==7.2.2 pytest-cov==5.0.0 pytest==8.3.2 @@ -103,7 +103,7 @@ test = monitoring = prometheus-flask-exporter==0.23.1 pygelf==0.4.2 - sentry-sdk==2.11.0 + sentry-sdk==2.12.0 lint = autoflake==2.3.1