diff --git a/sample-apps/django-mysql-gunicorn/poetry.lock b/sample-apps/django-mysql-gunicorn/poetry.lock index 498558f4..54f611c9 100644 --- a/sample-apps/django-mysql-gunicorn/poetry.lock +++ b/sample-apps/django-mysql-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"}, @@ -185,18 +185,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\""} @@ -593,4 +593,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "c7c074acbe0ef1bab413bef04b23095afc48428abddd806e77e8f4ea1d52da70" +content-hash = "0ba4ff144343626ab5fa1920af7b0e41049657698b4dbc4e7bc6207671b70b67" diff --git a/sample-apps/django-mysql-gunicorn/pyproject.toml b/sample-apps/django-mysql-gunicorn/pyproject.toml index db9d0e32..06405804 100644 --- a/sample-apps/django-mysql-gunicorn/pyproject.toml +++ b/sample-apps/django-mysql-gunicorn/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.10,<3.15" dependencies = [ "aikido_zen", "mysqlclient (>=2.2.7,<3.0.0)", - "django (>=5.1.5,<6.0.0)", + "django (>=5.2.16,<6.0.0)", "python-decouple (>=3.8,<4.0)", "ddtrace (>=3.16.0,<4.0.0)", "gunicorn (>=23.0.0,<24.0.0)",