diff --git a/rocky/poetry.lock b/rocky/poetry.lock index 1580631560d..b366f004844 100644 --- a/rocky/poetry.lock +++ b/rocky/poetry.lock @@ -452,13 +452,13 @@ dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "sphinx (<2)", "tox"] [[package]] name = "django" -version = "5.0.8" +version = "5.0.9" 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.8-py3-none-any.whl", hash = "sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45"}, - {file = "Django-5.0.8.tar.gz", hash = "sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b"}, + {file = "Django-5.0.9-py3-none-any.whl", hash = "sha256:f219576ba53be4e83f485130a7283f0efde06a9f2e3a7c3c5180327549f078fa"}, + {file = "Django-5.0.9.tar.gz", hash = "sha256:6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39"}, ] [package.dependencies] @@ -3452,4 +3452,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "02f0992a2c8b4010f34f92d601c5ab82862ee9d70c477eccc04eb4cb8e188b26" +content-hash = "3eac7130e42b969703acc8afe46e1e0dfe9e9861b3ecf1bedc080dca42629860" diff --git a/rocky/pyproject.toml b/rocky/pyproject.toml index 0b2d7157e19..bed8c85a5a5 100644 --- a/rocky/pyproject.toml +++ b/rocky/pyproject.toml @@ -8,7 +8,7 @@ license = "EUPL" [tool.poetry.dependencies] python = "^3.10" beautifulsoup4 = "^4.11.2" -Django = "^5.0.6" +Django = "^5.0.9" django-two-factor-auth = "^1.14.0" django-environ = "^0.11.2" jsonschema = "^4.17.0" diff --git a/rocky/requirements-dev.txt b/rocky/requirements-dev.txt index 82ac54d47a6..19e1319b237 100644 --- a/rocky/requirements-dev.txt +++ b/rocky/requirements-dev.txt @@ -293,9 +293,9 @@ django-two-factor-auth==1.16.0 ; python_version >= "3.10" and python_version < " django-weasyprint==2.3.0 ; python_version >= "3.10" and python_version < "4.0" \ --hash=sha256:2f849e15bfd6c1b2a58512097b9042eddf3533651d37d2e096cd6f7d8be6442b \ --hash=sha256:807cb3b16332123d97c8bbe2ac9c70286103fe353235351803ffd33b67284735 -django==5.0.8 ; python_version >= "3.10" and python_version < "4.0" \ - --hash=sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45 \ - --hash=sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b +django==5.0.9 ; python_version >= "3.10" and python_version < "4.0" \ + --hash=sha256:6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39 \ + --hash=sha256:f219576ba53be4e83f485130a7283f0efde06a9f2e3a7c3c5180327549f078fa djangorestframework==3.15.2 ; python_version >= "3.10" and python_version < "4.0" \ --hash=sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20 \ --hash=sha256:36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad diff --git a/rocky/requirements.txt b/rocky/requirements.txt index 04630091b2b..8c5719d2f2d 100644 --- a/rocky/requirements.txt +++ b/rocky/requirements.txt @@ -234,9 +234,9 @@ django-two-factor-auth==1.16.0 ; python_version >= "3.10" and python_version < " django-weasyprint==2.3.0 ; python_version >= "3.10" and python_version < "4.0" \ --hash=sha256:2f849e15bfd6c1b2a58512097b9042eddf3533651d37d2e096cd6f7d8be6442b \ --hash=sha256:807cb3b16332123d97c8bbe2ac9c70286103fe353235351803ffd33b67284735 -django==5.0.8 ; python_version >= "3.10" and python_version < "4.0" \ - --hash=sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45 \ - --hash=sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b +django==5.0.9 ; python_version >= "3.10" and python_version < "4.0" \ + --hash=sha256:6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39 \ + --hash=sha256:f219576ba53be4e83f485130a7283f0efde06a9f2e3a7c3c5180327549f078fa djangorestframework==3.15.2 ; python_version >= "3.10" and python_version < "4.0" \ --hash=sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20 \ --hash=sha256:36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad