From ae693095b4f5a08e0342a309adb7d64b7246dcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:41:21 +0000 Subject: [PATCH] Bump django from 5.2.15 to 5.2.16 in the uv group across 1 directory Bumps the uv group with 1 update in the / directory: [django](https://github.com/django/django). Updates `django` from 5.2.15 to 5.2.16 - [Commits](https://github.com/django/django/compare/5.2.15...5.2.16) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.16 dependency-type: direct:production dependency-group: uv ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93bf228f..85ff7364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "Stephanie Q"} ] dependencies = [ - "django==5.2.15", + "django==5.2.16", "natsort>=8.4.0", "psycopg[binary]>=3.0", "dj-database-url>=2.1.0", @@ -23,7 +23,7 @@ dependencies = [ "pymysql>=1.1.2", # temporary pin to address https://github.com/wassermanlab/variome/security/dependabot/82 # Remove once all dependencies require this minimal version. - "cryptography>=46.0.7", + "cryptography>=50.0.0", # Security pin: fixes urllib3 vulnerabilities present in versions <2.7.0. "urllib3==2.7.0", # Security pin: django-auth-adfs -> requests -> idna.