diff --git a/poetry.lock b/poetry.lock index aadecc9..36dc3b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1316,13 +1316,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -1534,4 +1534,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9, <4" -content-hash = "d59b2d9c045de3576aa60e2a889027db8325ca52f64cf7356b3562868c212e88" +content-hash = "fe84f0534e190fecf34479b6d79f0b5f6da51a9af751a926c7a034cc7d8c0eac" diff --git a/pyproject.toml b/pyproject.toml index dc5bc41..ad4d136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ urllib3 = "^1.26" pytest = "^6.0.1" pytest-asyncio = "^0.14.0" pytest-cov = "^2.8" -requests = "^2.31.0" +requests = "^2.32.0" [tool.poetry.plugins."audit.modules"] "system" = "audit.routes.system"