diff --git a/poetry.lock b/poetry.lock index e36903f..e5e2724 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -921,13 +921,13 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "types-requests" -version = "2.32.0.20240622" +version = "2.32.0.20240907" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.32.0.20240622.tar.gz", hash = "sha256:ed5e8a412fcc39159d6319385c009d642845f250c63902718f605cd90faade31"}, - {file = "types_requests-2.32.0.20240622-py3-none-any.whl", hash = "sha256:97bac6b54b5bd4cf91d407e62f0932a74821bc2211f22116d9ee1dd643826caf"}, + {file = "types-requests-2.32.0.20240907.tar.gz", hash = "sha256:ff33935f061b5e81ec87997e91050f7b4af4f82027a7a7a9d9aaea04a963fdf8"}, + {file = "types_requests-2.32.0.20240907-py3-none-any.whl", hash = "sha256:1d1e79faeaf9d42def77f3c304893dea17a97cae98168ac69f3cb465516ee8da"}, ] [package.dependencies] @@ -978,4 +978,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dbe91c381f613e05673ba8bb87926517c09cec6d3241e0ac3e0c8aee342fa1b1" +content-hash = "40f39d6ff8fac8bcec798a640e57cac5f1751b32ecdb176aac4bff57b6a3c7f0" diff --git a/pyproject.toml b/pyproject.toml index c3158eb..cf1f085 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ docs = ["Sphinx"] [tool.poetry.group.dev.dependencies] pylint = "^3.2.5" mypy = "^1.10.1" -types-requests = "^2.32.0.20240622" +types-requests = "^2.32.0.20240907" ipython = "^8.26.0" pytest = "^8.2.2"