diff --git a/poetry.lock b/poetry.lock index 89e80ad7c2..7899bbd0f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -788,14 +788,14 @@ files = [ [[package]] name = "requests" -version = "2.33.0" +version = "2.33.1" description = "Python HTTP for Humans." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"}, - {file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"}, + {file = "requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a"}, + {file = "requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"}, ] [package.dependencies] @@ -806,7 +806,6 @@ urllib3 = ">=1.26,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"] use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] @@ -866,4 +865,4 @@ platformdirs = ">=3.9.1,<5" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "19e30faeaed2fd17569b5b3a3268d197d2532f91b21b1b959c75b635e359274f" +content-hash = "f5dcd90411b78b574d24340ca6272374fb81c27370eab0c6f9994a034d4d85bd" diff --git a/pyproject.toml b/pyproject.toml index 68595abc9f..ba0a84d839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -requests = "^2.33.0" +requests = "^2.33.1" argparse = "^1.4.0" pre-commit = "^4.5.1" pytest = "^9.0.2"