diff --git a/poetry.lock b/poetry.lock index f09dab8..86425f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1230,13 +1230,13 @@ files = [ [[package]] name = "types-requests" -version = "2.32.0.20240712" +version = "2.32.0.20240907" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {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"}, + {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] @@ -1356,4 +1356,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "978f181a22ce11b9b84be1082ec554c080c97fa8f9d69bcf199e5239b5cec6d9" +content-hash = "25d874be197088956680edf2590b46c391ad1cf3b50e1ae635909ed7ac58c624" diff --git a/pyproject.toml b/pyproject.toml index 36432af..1eb4afe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-clarity = "^1.0.1" pytest-cov = "^5.0.0" pytest-picked = "^0.5.0" pytest-xdist = "^3.6.1" -types-requests = "^2.32.0.20240712" +types-requests = "^2.32.0.20240907" types-tabulate = "^0.9.0.20240106" types-pyyaml = "^6.0.12.20240724" types-pygments = "^2.18.0.20240506"