diff --git a/api/poetry.lock b/api/poetry.lock index 47964d8db..209054f31 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -561,7 +561,7 @@ dev = ["tox", "bump2version (<1)", "sphinx (<2)", "importlib-metadata (<3)", "im [[package]] name = "django" -version = "3.2.13" +version = "3.2.14" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false @@ -1629,7 +1629,7 @@ cli = ["click (>=5.0)"] [[package]] name = "python-ldap" -version = "3.4.0" +version = "3.4.2" description = "Python modules for implementing LDAP clients" category = "main" optional = false @@ -1644,7 +1644,7 @@ pyasn1-modules = ">=0.1.5" type = "git" url = "https://github.com/python-ldap/python-ldap.git" reference = "master" -resolved_reference = "81e1f28c15c86ddc48eddca39fdf64273809587d" +resolved_reference = "b80e8135785ef80a40a52eb61033a54dfd70266e" [[package]] name = "python-magic" @@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "593e3db2662dc290855180a6b9e2d731ee23a35c4257e59f491a573830d1f118" +content-hash = "fa99a8b34e47ae535287e1ebf700c74e3c362408ffc2a778da04a5afea6d29be" [metadata.files] aiohttp = [ @@ -2483,8 +2483,8 @@ deprecated = [ {file = "Deprecated-1.2.13.tar.gz", hash = "sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d"}, ] django = [ - {file = "Django-3.2.13-py3-none-any.whl", hash = "sha256:b896ca61edc079eb6bbaa15cf6071eb69d6aac08cce5211583cfb41515644fdf"}, - {file = "Django-3.2.13.tar.gz", hash = "sha256:6d93497a0a9bf6ba0e0b1a29cccdc40efbfc76297255b1309b3a884a688ec4b6"}, + {file = "Django-3.2.14-py3-none-any.whl", hash = "sha256:a8681e098fa60f7c33a4b628d6fcd3fe983a0939ff1301ecacac21d0b38bad56"}, + {file = "Django-3.2.14.tar.gz", hash = "sha256:677182ba8b5b285a4e072f3ac17ceee6aff1b5ce77fd173cc5b6a2d3dc022fcf"}, ] django-allauth = [ {file = "django-allauth-0.42.0.tar.gz", hash = "sha256:f17209410b7f87da0a84639fd79d3771b596a6d3fc1a8e48ce50dabc7f441d30"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index accfc8e25..bab96cd4a 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -7,7 +7,7 @@ license = "GNU AGPLv3" [tool.poetry.dependencies] python = "^3.7" -Django = "==3.2.13" +Django = "==3.2.14" setuptools = "==61.3.1" django-environ = "==0.9.0" Pillow = "==9.2.0"