diff --git a/poetry.lock b/poetry.lock index 5be028a..5bd0ac6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -293,13 +293,13 @@ plugins = ["importlib-metadata"] [[package]] name = "requests" -version = "2.32.2" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, - {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -511,4 +511,4 @@ six = "*" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5e8b56146cdbac4def161e0ee8d3b5e4fabf20596db57d88dbd408477dab2272" +content-hash = "905f5782adb4d9c4a373f97b158c03237c06f8e9d82a28b276e0afe34441c503" diff --git a/pyproject.toml b/pyproject.toml index f678dc0..48d1eda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" beautifulsoup4 = "^4.12.3" -requests = "^2.32.2" +requests = "^2.32.3" user-agent = "^0.1.10" sqlalchemy = "^2.0.30" typer = "^0.12.3"