From 71deed0e5e6597c9061edcf6481c98b089babbd6 Mon Sep 17 00:00:00 2001 From: Anders Schau Knatten Date: Tue, 9 Sep 2025 22:41:37 +0200 Subject: [PATCH] Bump dependencies --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54f60ea..87c0a81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ click==8.2.1 # via pip-tools cssselect==1.3.0 # via splinter -django==5.2.5 +django==5.2.6 # via # -r requirements.in # django-reversion @@ -33,7 +33,7 @@ iniconfig==2.1.0 # via pytest lxml==6.0.1 # via splinter -markdown==3.8.2 +markdown==3.9 # via # -r requirements.in # pymdown-extensions @@ -63,7 +63,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -pytest==8.4.1 +pytest==8.4.2 # via # -r requirements.in # pytest-django