diff --git a/poetry.lock b/poetry.lock index 75959cc..30148a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -248,14 +248,14 @@ lxml = ">=2.1" [[package]] name = "requests" -version = "2.30.0" +version = "2.31.0" description = "Python HTTP for Humans." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "requests-2.30.0-py3-none-any.whl", hash = "sha256:10e94cc4f3121ee6da529d358cdaeaff2f1c409cd377dbc72b825852f2f7e294"}, - {file = "requests-2.30.0.tar.gz", hash = "sha256:239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] @@ -289,4 +289,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1a0aa44514ee526bc47877b66275fe7778ae3bdb326affbde1f31992b838cf0a" +content-hash = "c86d7d5ed324a51ae5caa0cc0b32db50405dc2e2c2d909168755c1a00315abd5" diff --git a/pyproject.toml b/pyproject.toml index 3565aff..fb246c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" pyquery = "1.4.1" -requests = "^2.28.2" +requests = "^2.31.0" pymysql = "^1.0.3"