From 164f3d2a22e4d9be1292225400d88311a3e4a417 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 24 Mar 2025 21:53:37 +0100 Subject: [PATCH] bump requirements --- backend/requirements-dev.txt | 6 +++--- backend/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 9e276c48..58cfeac2 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,8 +1,8 @@ -r requirements.txt -ipython==9.0.1 -pre-commit==4.1.0 +ipython==9.0.2 +pre-commit==4.2.0 pylint-django==2.6.1 -pylint==3.3.4 +pylint==3.3.6 pytest-django==4.10.0 pytest==8.3.5 python-dotenv==1.0.1 diff --git a/backend/requirements.txt b/backend/requirements.txt index 61848a09..a948144c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,4 +12,4 @@ requests==2.32.3 ryd-client==0.0.6 uvicorn==0.34.0 whitenoise==6.9.0 -yt-dlp[default]==2025.2.19 +yt-dlp[default]==2025.3.21