diff --git a/poetry.lock b/poetry.lock index 4c3dd37..bcf1b80 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 = "annotated-types" @@ -1157,13 +1157,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.20240311" +version = "2.32.0.20240712" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.31.0.20240311.tar.gz", hash = "sha256:b1c1b66abfb7fa79aae09097a811c4aa97130eb8831c60e47aee4ca344731ca5"}, - {file = "types_requests-2.31.0.20240311-py3-none-any.whl", hash = "sha256:47872893d65a38e282ee9f277a4ee50d1b28bd592040df7d1fdaffdf3779937d"}, + {file = "types-requests-2.32.0.20240712.tar.gz", hash = "sha256:90c079ff05e549f6bf50e02e910210b98b8ff1ebdd18e19c873cd237737c1358"}, + {file = "types_requests-2.32.0.20240712-py3-none-any.whl", hash = "sha256:f754283e152c752e46e70942fa2a146b5bc70393522257bb85bd1ef7e019dcc3"}, ] [package.dependencies] @@ -1281,4 +1281,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "0b4791d68c129f52a4c9a0bc90c0642d14132ce35211147145ab7af74b606cbd" +content-hash = "67458387795391af340a767172f07241fb036d28960d1dd9640215d07e6af6f3" diff --git a/pyproject.toml b/pyproject.toml index 25eab43..89563ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["TreyWW"] [tool.poetry.dependencies] python = ">=3.10,<4.0" requests = "^2.31.0" -types-requests = "^2.31.0.20240311" +types-requests = "^2.32.0.20240712" typing_extensions = "^4.10.0" bump-my-version = "^0.19.3"