diff --git a/python/poetry.lock b/python/poetry.lock index 5cb5748..fa6be2b 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -108,13 +108,13 @@ tests = ["pytest", "pytest-cov", "pytest-xdist"] [[package]] name = "django" -version = "5.0.4" +version = "5.0.8" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.0.4-py3-none-any.whl", hash = "sha256:916423499d75d62da7aa038d19aef23d23498d8df229775eb0a6309ee1013775"}, - {file = "Django-5.0.4.tar.gz", hash = "sha256:4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd"}, + {file = "Django-5.0.8-py3-none-any.whl", hash = "sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45"}, + {file = "Django-5.0.8.tar.gz", hash = "sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b"}, ] [package.dependencies] @@ -381,7 +381,7 @@ python-dateutil = ">=2.7" name = "mspacman" version = "0.1" description = "mspacman is a tool for analyzing Phase-Amplitude Coupling" -optional = true +optional = false python-versions = "*" files = [] develop = false @@ -706,7 +706,7 @@ testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygm name = "pytf" version = "0.1" description = "pytf is a tool for time-frequency analysis" -optional = true +optional = false python-versions = "*" files = [] develop = false @@ -872,4 +872,4 @@ features = ["mspacman", "pyfftw", "pyfftw", "pyside6", "pytf", "qtpy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "2366d63fd458e07ed2535503b8c86d440bfca1587f736f6eb0cbda97dafe0733" +content-hash = "aa3d5b3efa2b42b796095b7b3c26d0262d1f2aea4777ac0a0bf04b6a5232dcef" diff --git a/python/pyproject.toml b/python/pyproject.toml index f6ca78f..b03a7cf 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.10,<3.13" -Django = "^5.0.4" +Django = "^5.0.8" scipy = "^1.13.0" mysqlclient = "^2.2.4"