diff --git a/poetry.lock b/poetry.lock index 85b1ba2..8d8c2e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1337,13 +1337,13 @@ telegram = ["requests"] [[package]] name = "types-tqdm" -version = "4.65.0.1" +version = "4.65.0.2" description = "Typing stubs for tqdm" optional = false python-versions = "*" 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.65.0.2.tar.gz", hash = "sha256:ad07ee08e758cad04299543b2586ef1d3fd5a10c54271457de13e0cba009cc5d"}, + {file = "types_tqdm-4.65.0.2-py3-none-any.whl", hash = "sha256:956d92e921651309ffe36a783cc10d41d753f107c84e82d84373c84d68737246"}, ] [[package]] @@ -1447,4 +1447,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6a239c07454d970f03421552556b77e68429689490519a5d8beb5086946c484d" +content-hash = "af86b6bf915b0fa5a4107c71491f499a4715269c9d0c9d8e7f1c603f9760512d" diff --git a/pyproject.toml b/pyproject.toml index 88b9741..5bcc2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ black = "^23.7.0" pytest = "^7.4.0" ruff = "^0.0.278" mypy = "^1.4.1" -types-tqdm = "^4.65.0.1" +types-tqdm = "^4.65.0.2" pytest-random-order = "^1.1.0" pytest-cov = "^4.1.0" pytest-mypy = "^0.10.3"