diff --git a/poetry.lock b/poetry.lock index 585a132..bed9e76 100644 --- a/poetry.lock +++ b/poetry.lock @@ -314,13 +314,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rich" -version = "13.9.3" +version = "13.9.4" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false python-versions = ">=3.8.0" files = [ - {file = "rich-13.9.3-py3-none-any.whl", hash = "sha256:9836f5096eb2172c9e77df411c1b009bace4193d6a481d534fea75ebba758283"}, - {file = "rich-13.9.3.tar.gz", hash = "sha256:bc1e01b899537598cf02579d2b9f4a415104d3fc439313a7a2c165d76557a08e"}, + {file = "rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90"}, + {file = "rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"}, ] [package.dependencies] @@ -520,4 +520,4 @@ six = "*" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "017acdf287632a4c0fd400bd1d44e56508af9aea46cbbefc8bb7d4ac8a7d9690" +content-hash = "7d0a8fc268fc6e39461755994f3d10bef4f5033ea8f7ca0a2768739f5cb6449c" diff --git a/pyproject.toml b/pyproject.toml index 0e7ff3e..63858f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requests = "^2.32.3" user-agent = "^0.1.10" sqlalchemy = "^2.0.36" typer = "^0.12.3" -rich = "^13.9.3" +rich = "^13.9.4" [tool.poetry.scripts] proxycrawler = 'proxycrawler.__main__:run'