From f3189564290feae7d456e9115079f2a560687a49 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Wed, 4 Feb 2026 07:11:23 +0100 Subject: [PATCH] chore: Bump beautifulsoup4, cryptography, SQLAlchemy, Werkzeug to latest patch versions Co-Authored-By: Claude Opus 4.5 --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 37467c1..985b0bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,15 +5,15 @@ # Web Framework Flask==3.1.2 Flask-Login==0.6.3 -Werkzeug==3.1.3 +Werkzeug==3.1.5 # Security Flask-WTF==1.2.2 Flask-Limiter==4.1.1 -cryptography==46.0.3 +cryptography==46.0.4 # Database -SQLAlchemy==2.0.44 +SQLAlchemy==2.0.46 psycopg2-binary==2.9.11 # Google Gemini AI @@ -36,7 +36,7 @@ user-agents>=2.2.0 pdfplumber>=0.10.0 # SEO Analysis -beautifulsoup4==4.14.2 +beautifulsoup4==4.14.3 selectolax==0.4.6 python-whois==0.9.6