diff --git a/poetry.lock b/poetry.lock index 063414ce..4ebafe1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2052,13 +2052,13 @@ typing-extensions = ">=3.7.4.3" [[package]] name = "types-requests" -version = "2.32.0.20240602" +version = "2.32.0.20240622" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.32.0.20240602.tar.gz", hash = "sha256:3f98d7bbd0dd94ebd10ff43a7fbe20c3b8528acace6d8efafef0b6a184793f06"}, - {file = "types_requests-2.32.0.20240602-py3-none-any.whl", hash = "sha256:ed3946063ea9fbc6b5fc0c44fa279188bae42d582cb63760be6cb4b9d06c3de8"}, + {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"}, ] [package.dependencies] diff --git a/requirements-dev.txt b/requirements-dev.txt index 19c43e25..8f666c26 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -92,7 +92,7 @@ tomli==2.0.1 ; python_version >= "3.9" and python_version < "4.0" toolz==0.12.1 ; python_version >= "3.9" and python_version < "4.0" typer==0.12.3 ; python_version >= "3.9" and python_version < "4.0" typer[all]==0.12.3 ; python_version >= "3.9" and python_version < "4.0" -types-requests==2.32.0.20240602 ; python_version >= "3.9" and python_version < "4.0" +types-requests==2.32.0.20240622 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.11.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.1 ; python_version >= "3.9" and python_version < "4.0" validators==0.28.3 ; python_version >= "3.9" and python_version < "4.0"