diff --git a/poetry.lock b/poetry.lock index 2509c7f..3e46c0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -290,13 +290,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[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] @@ -351,4 +351,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3ab0c01a982abcf9de3666f6b3c084298b25686a866c30ef2669238b9ef2464c" +content-hash = "18c5c2755a419f6d7da13045d8e11851f485d249de9876473b2dcc5939849272" diff --git a/pyproject.toml b/pyproject.toml index 602ecf6..8f066fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.10" click = "^8.1.3" pkce = "^1.0.3" urllib3 ="^2.2.1" -requests = "^2.31.0" +requests = "^2.32.0" [tool.poetry.group.dev.dependencies] pytest = "^7.2.1"