diff --git a/poetry.lock b/poetry.lock index 5be7319..de952d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -554,13 +554,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "requests" -version = "2.32.1" +version = "2.32.0" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.1-py3-none-any.whl", hash = "sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5"}, - {file = "requests-2.32.1.tar.gz", hash = "sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -747,4 +747,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "46a4b9dbd4656082befdb300c54fd1293762142af3bbb26c0fab8cfa5d0381e0" +content-hash = "f237cc1cde10901c5b19eb0a4589c91d049d9cdb4f435ceee436a13f4ac9af75" diff --git a/pyproject.toml b/pyproject.toml index 6b86230..898a40f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ platformdirs = "4.2.2" pluggy = "1.5.0" py = "1.11.0" pyparsing = "3.1.2" -requests = "2.32.1" +requests = "2.32.0" six = "1.16.0" tabulate = "0.9.0" tomli = "2.0.1"