diff --git a/poetry.lock b/poetry.lock index 56e785be..ca1ce38f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3494,14 +3494,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rich" -version = "14.2.0" +version = "14.3.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false python-versions = ">=3.8.0" groups = ["main", "dev"] files = [ - {file = "rich-14.2.0-py3-none-any.whl", hash = "sha256:76bc51fe2e57d2b1be1f96c524b890b816e334ab4c1e45888799bfaab0021edd"}, - {file = "rich-14.2.0.tar.gz", hash = "sha256:73ff50c7c0c1c77c8243079283f4edb376f0f6442433aecb8ce7e6d0b92d1fe4"}, + {file = "rich-14.3.1-py3-none-any.whl", hash = "sha256:da750b1aebbff0b372557426fb3f35ba56de8ef954b3190315eb64076d6fb54e"}, + {file = "rich-14.3.1.tar.gz", hash = "sha256:b8c5f568a3a749f9290ec6bddedf835cec33696bfc1e48bcfecb276c7386e4b8"}, ] [package.dependencies] @@ -4382,4 +4382,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "a996a5f5bcd563e625533d8fb0f38077c73c729fcf3a556c551d9c29c48cdbda" +content-hash = "50dfc8dcc23bdbcda65e7e30b109140aaf4898df890e6e4fd385232ed1def418" diff --git a/pyproject.toml b/pyproject.toml index f1687d4b..4ba76134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ python = ">=3.10,<4.0" click = ">=8.3.1,<8.4" typer = {extras = ["standard"], version = ">=0.19,<0.20"} typer-slim = ">=0.19,<0.20" -rich = ">=14.2,<14.3" +rich = ">=14.2,<14.4" beautifulsoup4 = "4.14.3" pandas = ">=2.3.3,<3.0" httpx = "^0.28.1"