diff --git a/poetry.lock b/poetry.lock index d9a92fa..0deac8d 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.20240914" 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.20240914.tar.gz", hash = "sha256:2850e178db3919d9bf809e434eef65ba49d0e7e33ac92d588f4a5e295fffd405"}, + {file = "types_requests-2.32.0.20240914-py3-none-any.whl", hash = "sha256:59c2f673eb55f32a99b2894faf6020e1a9f4a402ad0f192bfee0b64469054310"}, ] [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 = "5bffab87f4633165823f55a6fb5a8783197437722f20ea0175ad21624db97449" +content-hash = "b3f6c38c15676b343281afd6e5296de1e7fce0e629de3cb9bd742336563a3cca" diff --git a/pyproject.toml b/pyproject.toml index d10813f..26eb924 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.20240914" types-tabulate = "^0.9.0.20240106" types-pyyaml = "^6.0.12.20240724" types-pygments = "^2.18.0.20240506"