diff --git a/sample-apps/django-postgres-gunicorn/poetry.lock b/sample-apps/django-postgres-gunicorn/poetry.lock index fd2748b4..8f97c314 100644 --- a/sample-apps/django-postgres-gunicorn/poetry.lock +++ b/sample-apps/django-postgres-gunicorn/poetry.lock @@ -45,7 +45,7 @@ description = "Python module to generate and modify bytecode" optional = false python-versions = ">=3.8" groups = ["main"] -markers = "python_version < \"3.14.0\"" +markers = "python_version == \"3.10\"" files = [ {file = "bytecode-0.16.1-py3-none-any.whl", hash = "sha256:1d4b61ed6bade4bff44127c8283bef8131a664ce4dbe09d64a88caf329939f35"}, {file = "bytecode-0.16.1.tar.gz", hash = "sha256:8fbbb637c880f339e564858bc6c7984ede67ae97bc71343379a535a9a4baf398"}, @@ -58,7 +58,7 @@ description = "Python module to generate and modify bytecode" optional = false python-versions = ">=3.11" groups = ["main"] -markers = "python_version >= \"3.14.0\"" +markers = "python_version >= \"3.11.0\"" files = [ {file = "bytecode-0.18.1-py3-none-any.whl", hash = "sha256:9535bfdd665260b2888ec4121569e3ca5106965a7fedbb6de6ba1bafebc5c7d7"}, {file = "bytecode-0.18.1.tar.gz", hash = "sha256:d9564f1565fe1ae6a1173e544ef43a85f093e83997ef45af65d0d250eb48d7a1"}, @@ -316,18 +316,18 @@ dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "jinja2 (>=3.0.3,<3.1.0)", " [[package]] name = "django" -version = "5.1.5" +version = "5.2.16" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "Django-5.1.5-py3-none-any.whl", hash = "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459"}, - {file = "Django-5.1.5.tar.gz", hash = "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3"}, + {file = "django-5.2.16-py3-none-any.whl", hash = "sha256:04f354bf9d807a86ad1a8392fe3808d362358a8eafc322848e0e43e59b24371d"}, + {file = "django-5.2.16.tar.gz", hash = "sha256:59ea02020c3136fce14bef0bbece21a10a4febef5eed1c51c22ae468efa22200"}, ] [package.dependencies] -asgiref = ">=3.8.1,<4" +asgiref = ">=3.8.1" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -797,4 +797,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "6527d526f1ee1a6ccb4543f6e4d6073570ba9a4b8f7d1471109e327b5d369c44" +content-hash = "8795eb73d772a841e21203def97aa10e5b8c6223fbe1029eaa595406f40ef276" diff --git a/sample-apps/django-postgres-gunicorn/pyproject.toml b/sample-apps/django-postgres-gunicorn/pyproject.toml index b532c391..42eb88bb 100644 --- a/sample-apps/django-postgres-gunicorn/pyproject.toml +++ b/sample-apps/django-postgres-gunicorn/pyproject.toml @@ -5,7 +5,7 @@ description = "" requires-python = ">=3.10,<3.15" dependencies = [ "aikido_zen", - "django (>=5.1.5,<6.0.0)", + "django (>=5.2.16,<6.0.0)", "python-decouple (>=3.8,<4.0)", "cryptography (>=44.0.0,<45.0.0)", "psycopg2-binary (>=2.9.10,<3.0.0)",