diff --git a/server/poetry.lock b/server/poetry.lock index d0601d6b..9eb76891 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -888,14 +888,14 @@ user-agents = ">=2.2.0,<3.0.0" [[package]] name = "devind-dictionaries" -version = "0.9.0" +version = "0.10.1" description = "Common dictionaries for devind applications." category = "main" optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "devind_dictionaries-0.9.0-py3-none-any.whl", hash = "sha256:9f45828c55eb4f60921220056bb2175e206e2e3b721f8f204ab186e7d0c88223"}, - {file = "devind_dictionaries-0.9.0.tar.gz", hash = "sha256:fd17a07ff819d546c8838a15ecc5ba7c69269024d6368f172e532e44e3a4642b"}, + {file = "devind_dictionaries-0.10.1-py3-none-any.whl", hash = "sha256:7d20469c5287c4903eb6db692d03a6d2b5a018698e2e8c26c894cfec54f5f9ed"}, + {file = "devind_dictionaries-0.10.1.tar.gz", hash = "sha256:c91b9e7d535a446de96e9e4cee3a58389bb69fbc4942cd55e5ec0246baf02c86"}, ] [package.dependencies] @@ -3861,4 +3861,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "408aa339e47ab990f995a3f3810d915747bedc6b025f96ce90cdbee3d2e636aa" +content-hash = "3bb629820cc43c64e1ec539b3e25f65adf6a2083d7a0d94efaffca46ada4d028" diff --git a/server/pyproject.toml b/server/pyproject.toml index c1f0bb39..72c71749 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -45,7 +45,7 @@ devind-helpers = "^0.7.0" devind-core = "^0.7.5" devind-notifications = "^0" django-cbias-auth = "^0" -devind-dictionaries = "^0.9.0" +devind-dictionaries = "^0.10.1" django-seed = "^0.3.1" graphene-django-cud = "^0.10.0" django-redis = "^5.2.0"