diff --git a/poetry.lock b/poetry.lock index 1b7ac68..75559f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "asgiref" @@ -112,15 +112,15 @@ files = [ [[package]] name = "django" -version = "5.2.13" +version = "5.2.14" 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.13-py3-none-any.whl", hash = "sha256:5788fce61da23788a8ce6f02583765ab060d396720924789f97fa42119d37f7a"}, - {file = "django-5.2.13.tar.gz", hash = "sha256:a31589db5188d074c63f0945c3888fad104627dfcc236fb2b97f71f89da33bc4"}, + {file = "django-5.2.14-py3-none-any.whl", hash = "sha256:6f712143bd3064310d1f50fac859c3e9a274bdcfc9595339853be7779297fc76"}, + {file = "django-5.2.14.tar.gz", hash = "sha256:58a63ba841662e5c686b57ba1fec52ddd68c0b93bd96ac3029d55728f00bf8a2"}, ] [package.dependencies] @@ -525,4 +525,4 @@ django-query = ["django"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "06e091215d538c0f926182d7824c5bca551937686e1dcea753276379ef58a508" +content-hash = "2ac06c290dbed22a6d966b984c4e0411e78f31dd41cc989e0b6a3e8f011eebd6" diff --git a/pyproject.toml b/pyproject.toml index 6a4d90c..bc964b7 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.13", optional = true} +django = {version = "5.2.14", optional = true} [tool.poetry.extras] django-query = ['django']