From c09145fca00e5ee3bed6c8e875e049d2e8ec6906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 18:25:11 +0000 Subject: [PATCH] dependabot(deps): bump rich from 13.9.4 to 14.1.0 Bumps [rich](https://github.com/Textualize/rich) from 13.9.4 to 14.1.0. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.9.4...v14.1.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index bfc0fdd..c0fa86a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 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.1.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.1.0-py3-none-any.whl", hash = "sha256:536f5f1785986d6dbdea3c75205c473f970777b4a0d6c6dd1b696aa05a3fa04f"}, + {file = "rich-14.1.0.tar.gz", hash = "sha256:e497a48b844b0320d45007cdebfeaeed8db2a4f4bcf49f15e455cfc4af11eaa8"}, ] [package.dependencies] @@ -4998,4 +4998,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 = "2d129dbad259359dfaf500716e17fe240e820f3db68fb018fbcc8c9f4e62ebf3" +content-hash = "124491e7d50a1ad325d99a837267e94b6fbe773e687620ed0c0b3eef5731395f" diff --git a/pyproject.toml b/pyproject.toml index 80a9168..23319b6 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.1.0" gunicorn = "^23.0.0" sentry-sdk = "^2.2.1" django-anymail = { extras = ["sendgrid"], version = "^10.3" }