diff --git a/poetry.lock b/poetry.lock index 0ee10f6..2a1f2be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -738,13 +738,13 @@ types-urllib3 = "*" [[package]] name = "types-tqdm" -version = "4.65.0.1" +version = "4.66.0.20240106" description = "Typing stubs for tqdm" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-tqdm-4.65.0.1.tar.gz", hash = "sha256:972dd871b6b2b8ff32f1f0f6fdfdf5a4ba2b0b848453689391bec8bd858fb1c4"}, - {file = "types_tqdm-4.65.0.1-py3-none-any.whl", hash = "sha256:4894fe2b1581374ce9bca3f23d53729e4409d69b352e3d5db5829fa19482962c"}, + {file = "types-tqdm-4.66.0.20240106.tar.gz", hash = "sha256:7acf4aade5bad3ded76eb829783f9961b1c2187948eaa6dd1ae8644dff95a938"}, + {file = "types_tqdm-4.66.0.20240106-py3-none-any.whl", hash = "sha256:7459b0f441b969735685645a5d8480f7912b10d05ab45f99a2db8a8e45cb550b"}, ] [[package]] @@ -789,4 +789,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "7555e72992f5ce839efd339ebdbf69d18e84645e20c249fc44537158d773f540" +content-hash = "1379023e7fa6f6b238e33881e28ce703f1b33c1f7b7a95baadf612801541db37" diff --git a/pyproject.toml b/pyproject.toml index ea79bb9..98f6278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ isort = "5.12.0" coverage = {version = "7.2.7", extras = ["toml"]} pytest = "7.4.2" types-requests = "2.31.0.2" -types-tqdm = "4.65.0.1" +types-tqdm = "4.66.0.20240106" [build-system] requires = ["poetry-core"]