From 3cd93940faf986a4cd3cbaa947049f3819157255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 23:18:11 +0000 Subject: [PATCH] Bump rich from 13.9.4 to 14.0.0 Bumps [rich](https://github.com/Textualize/rich) from 13.9.4 to 14.0.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.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 18c127f..0821409 100644 --- a/poetry.lock +++ b/poetry.lock @@ -328,14 +328,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rich" -version = "13.9.4" +version = "14.0.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"] 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.0.0-py3-none-any.whl", hash = "sha256:1c9491e1951aac09caffd42f448ee3d04e58923ffe14993f6e83068dc395d7e0"}, + {file = "rich-14.0.0.tar.gz", hash = "sha256:82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725"}, ] [package.dependencies] @@ -543,4 +543,4 @@ six = "*" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "5cd6f66a4f74ef619ad63a0920db519ec5fed1a1a73805408db2744185113e66" +content-hash = "7a1884f6b128e24ea265016bf4c6ff96d40ee0541bb6f03f8a61e1b231c348ce" diff --git a/pyproject.toml b/pyproject.toml index 4230451..7d32e91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requests = "^2.32.3" user-agent = "^0.1.10" sqlalchemy = "^2.0.39" typer = "^0.15.2" -rich = "^13.9.4" +rich = "^14.0.0" [tool.poetry.scripts] proxycrawler = 'proxycrawler.__main__:run'