From d8f64336040f6543c5ef1a378c99308502ad03e8 Mon Sep 17 00:00:00 2001 From: James Sanders Date: Sat, 11 Apr 2026 16:53:13 -0700 Subject: [PATCH] chore: django updated to 5.2.13 --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6ffff76..1b7ac68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -112,15 +112,15 @@ files = [ [[package]] name = "django" -version = "5.2.12" +version = "5.2.13" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"django-query\"" files = [ - {file = "django-5.2.12-py3-none-any.whl", hash = "sha256:4853482f395c3a151937f6991272540fcbf531464f254a347bf7c89f53c8cff7"}, - {file = "django-5.2.12.tar.gz", hash = "sha256:6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb"}, + {file = "django-5.2.13-py3-none-any.whl", hash = "sha256:5788fce61da23788a8ce6f02583765ab060d396720924789f97fa42119d37f7a"}, + {file = "django-5.2.13.tar.gz", hash = "sha256:a31589db5188d074c63f0945c3888fad104627dfcc236fb2b97f71f89da33bc4"}, ] [package.dependencies] @@ -251,14 +251,14 @@ files = [ [[package]] name = "pygments" -version = "2.19.2" +version = "2.20.0" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"}, - {file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"}, + {file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"}, + {file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"}, ] [package.extras] @@ -525,4 +525,4 @@ django-query = ["django"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "7b302a2da0c21d9af3e1376278597fd15297d1dd3c1ebd468fd05c05b6490e94" +content-hash = "06e091215d538c0f926182d7824c5bca551937686e1dcea753276379ef58a508" diff --git a/pyproject.toml b/pyproject.toml index 80201c1..6a4d90c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ sfp-query = 'scim2_filter_parser.queries.sql:main' python = ">=3.10" sly = "==0.5" -django = {version = "5.2.12", optional = true} +django = {version = "5.2.13", optional = true} [tool.poetry.extras] django-query = ['django']