diff --git a/poetry.lock b/poetry.lock index 8e0bb7a..fa496c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -306,19 +306,19 @@ plugins = ["importlib-metadata ; python_version < \"3.8\""] [[package]] name = "requests" -version = "2.32.3" +version = "2.32.4" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, + {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2,<4" +charset_normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" @@ -543,4 +543,4 @@ six = "*" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "64f8cf2056dd83e10238bbd7b03c9f0792ff1e38c4981a0830fc59629cf7ec0a" +content-hash = "ac979bf716cccd8623b8367956136090df3e72b205326e3f5631cc3d16c3cb32" diff --git a/pyproject.toml b/pyproject.toml index b194f52..61a744a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" beautifulsoup4 = "^4.13.4" -requests = "^2.32.3" +requests = "^2.32.4" user-agent = "^0.1.10" sqlalchemy = "^2.0.40" typer = "^0.15.3"