diff --git a/poetry.lock b/poetry.lock index e66ed25..14d481c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "amqp" @@ -3965,14 +3965,14 @@ packaging = ">=23.2" [[package]] name = "rich" -version = "13.9.4" +version = "14.2.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false python-versions = ">=3.8.0" groups = ["main", "bridge"] files = [ - {file = "rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90"}, - {file = "rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"}, + {file = "rich-14.2.0-py3-none-any.whl", hash = "sha256:76bc51fe2e57d2b1be1f96c524b890b816e334ab4c1e45888799bfaab0021edd"}, + {file = "rich-14.2.0.tar.gz", hash = "sha256:73ff50c7c0c1c77c8243079283f4edb376f0f6442433aecb8ce7e6d0b92d1fe4"}, ] [package.dependencies] @@ -4999,4 +4999,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "d7c017c8e1c911e6656208b3fa094610d3bc2eec928e567700dfc3e32f94e26b" +content-hash = "4bf3737909b3b5edebc52fdd0fb989d795e04ec7f1ba8a7c28cbb873fece29aa" diff --git a/pyproject.toml b/pyproject.toml index be38add..25cf84e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ loguru = "^0.7.2" psycopg = { extras = ["binary"], version = "^3.2.1" } django-debug-toolbar = "^4.4.6" geopy = "^2.4.1" -rich = "^13.9.4" +rich = "^14.2.0" gunicorn = "^23.0.0" sentry-sdk = "^2.2.1" django-anymail = { extras = ["sendgrid"], version = "^10.3" }