diff --git a/poetry.lock b/poetry.lock index 8e0bb7a..b4b22a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.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 = "beautifulsoup4" @@ -328,20 +328,19 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rich" -version = "14.0.0" +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"] files = [ - {file = "rich-14.0.0-py3-none-any.whl", hash = "sha256:1c9491e1951aac09caffd42f448ee3d04e58923ffe14993f6e83068dc395d7e0"}, - {file = "rich-14.0.0.tar.gz", hash = "sha256:82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725"}, + {file = "rich-14.2.0-py3-none-any.whl", hash = "sha256:76bc51fe2e57d2b1be1f96c524b890b816e334ab4c1e45888799bfaab0021edd"}, + {file = "rich-14.2.0.tar.gz", hash = "sha256:73ff50c7c0c1c77c8243079283f4edb376f0f6442433aecb8ce7e6d0b92d1fe4"}, ] [package.dependencies] markdown-it-py = ">=2.2.0" pygments = ">=2.13.0,<3.0.0" -typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.11\""} [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] @@ -543,4 +542,4 @@ six = "*" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "64f8cf2056dd83e10238bbd7b03c9f0792ff1e38c4981a0830fc59629cf7ec0a" +content-hash = "c7f8708f86e53f889a963299808f6f2625d06bb51304c7e77de4fa048d27c9fb" diff --git a/pyproject.toml b/pyproject.toml index b194f52..43bd1ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requests = "^2.32.3" user-agent = "^0.1.10" sqlalchemy = "^2.0.40" typer = "^0.15.3" -rich = "^14.0.0" +rich = "^14.2.0" [tool.poetry.scripts] proxycrawler = 'proxycrawler.__main__:run'