diff --git a/poetry.lock b/poetry.lock index 3ce2f76db..5d889e94a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1247,18 +1247,18 @@ dev = ["m2r", "pytest", "pytest-cov", "sphinx-rtd-theme"] [[package]] name = "django-polymorphic" -version = "4.1.0" -description = "Seamless polymorphic inheritance for Django models" +version = "4.2.0" +description = "Seamless polymorphic inheritance for Django models." optional = false -python-versions = "*" +python-versions = "<4.0,>=3.10" groups = ["main"] files = [ - {file = "django_polymorphic-4.1.0-py3-none-any.whl", hash = "sha256:0ce3984999e103a0d1a434a5c5617f2c7f990dc3d5fb3585ce0fadadf9ff90ea"}, - {file = "django_polymorphic-4.1.0.tar.gz", hash = "sha256:4438d95a0aef6c4307cd6c83ead387e1142ce80b65188a931ec2f0dbdd9bfc51"}, + {file = "django_polymorphic-4.2.0-py3-none-any.whl", hash = "sha256:57fa87d7b57031335c37a888eb70b51207af119d260f11b8d4d04fc3407a0f9b"}, + {file = "django_polymorphic-4.2.0.tar.gz", hash = "sha256:077c3ea0fda6f10f52c5840c2c7e7f3b3a861e0c915b32a1d9c57c92251aea79"}, ] [package.dependencies] -Django = ">=3.2" +django = ">=4.2" [[package]] name = "django-recurrence"