diff --git a/poetry.lock b/poetry.lock index ac78514353..59813703e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -468,13 +468,13 @@ steam = ["python3-openid (>=3.0.8)"] [[package]] name = "django-braces" -version = "1.15.0" +version = "1.16.0" description = "Reusable, generic mixins for Django" optional = false python-versions = "*" files = [ - {file = "django-braces-1.15.0.tar.gz", hash = "sha256:f451d08ffc1078d81209a2e17f2219bce20196928853c82405451b18a46875e0"}, - {file = "django_braces-1.15.0-py2.py3-none-any.whl", hash = "sha256:28f00b0f98368c9a37f30cce6087fc57127f0a24c5b8b449f9e1245bded6405d"}, + {file = "django_braces-1.16.0-py3-none-any.whl", hash = "sha256:1c7a83877a2ea0478f051049594dcec215f873f1aecdc4b3ee73121932bf01b4"}, + {file = "django_braces-1.16.0.tar.gz", hash = "sha256:1de7c2ba92147fc265ec034880aa5f2a714a5d1f1c1280278ca1fdd6f2a08e03"}, ] [package.dependencies] @@ -2099,4 +2099,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fa225bc0724d201f3b13cee9ffaf0ab3b8ccfbf159f14918e7aac0f7580ab7ee" +content-hash = "929947228f423c12e0a9f35408c0901e9a79f9ac06867dd890a51aa1eb975f82" diff --git a/pyproject.toml b/pyproject.toml index a86975f7f7..2963db7d8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" django = "~4.2.14" -django-braces = "~1.15.0" +django-braces = "~1.16.0" djangorestframework-camel-case = "^1.3.0" django-parler-rest = "^2.1" django-parler = "^2.3"