diff --git a/poetry.lock b/poetry.lock index 578f5490..3d2c141b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -919,17 +919,17 @@ coverage = "*" [[package]] name = "django-crispy-forms" -version = "2.0" +version = "2.1" description = "Best way to have Django DRY forms" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django-crispy-forms-2.0.tar.gz", hash = "sha256:90193b068bf948d9c68449bc8260afed1a8e2afe11ee0bac8c4ebfaeb175b322"}, - {file = "django_crispy_forms-2.0-py3-none-any.whl", hash = "sha256:d1d4e585929058a9ab3b797666ea5b69320b9ba7937f9d146d32173246a6fd13"}, + {file = "django-crispy-forms-2.1.tar.gz", hash = "sha256:4d7ec431933ad4d4b5c5a6de4a584d24613c347db9ac168723c9aaf63af4bb96"}, + {file = "django_crispy_forms-2.1-py3-none-any.whl", hash = "sha256:d592044771412ae1bd539cc377203aa61d4eebe77fcbc07fbc8f12d3746d4f6b"}, ] [package.dependencies] -django = ">=3.2" +django = ">=4.2" [[package]] name = "django-debug-toolbar" @@ -3546,4 +3546,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11" -content-hash = "94ffd1bad47ecc80f12c9ce12b0265e2a1e52fd1e9ab8ee012a6c8a67b3912c5" +content-hash = "014cac68d0ca6b604c16433c43a17153e634ac8f875123f344ada03bf270f2ad" diff --git a/pyproject.toml b/pyproject.toml index 4bf1bc4c..f9d2e2ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,24 +119,24 @@ redis = "5.0.1" hiredis = "2.2.3" celery = "5.3.4" django-celery-beat = "2.5.0" -flower = "2.0.1" +flower = "2.1.1" uvicorn = {version = "0.23.2", extras = ["standard"]} django = "4.2.6" django-environ = "0.11.2" django-model-utils = "4.3.1" django-allauth = "0.57.0" -django-crispy-forms = "2.0" +django-crispy-forms = "2.1" crispy-bootstrap5 = "0.7" django-redis = "5.4.0" djangorestframework = "3.14.0" -django-cors-headers = "4.2.0" +django-cors-headers = "4.2.1" drf-spectacular = "0.26.5" Werkzeug = {version = "3.0.0", extras = ["watchdog"]} ipdb = "0.13.13" psycopg = {version = "3.1.12", extras = ["c"]} watchfiles = "0.20.0" -gunicorn = "21.2.0" -Collectfast = "2.2.0" +gunicorn = "21.2.1" +Collectfast = "2.2.1" sentry-sdk = "1.31.0" django-storages = {version = "1.14.2", extras = ["s3"]} django-anymail = "10.1" @@ -156,7 +156,7 @@ djlint = "1.34.0" pylint-django = "2.5.3" pylint-celery = "0.3" pre-commit = "3.5.0" -django-debug-toolbar = "4.2.0" +django-debug-toolbar = "4.2.1" django-extensions = "3.2.3" django-coverage-plugin = "3.1.0" pytest-django = "4.5.2"