diff --git a/poetry.lock b/poetry.lock index b42ab32..c04c1f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -802,13 +802,13 @@ urllib3 = ">=2" [[package]] name = "types-tqdm" -version = "4.66.0.4" +version = "4.66.0.5" description = "Typing stubs for tqdm" optional = false python-versions = ">=3.7" files = [ - {file = "types-tqdm-4.66.0.4.tar.gz", hash = "sha256:a2f0ebd4cfd48f4914395819a176d7947387e1b98f9228fca38f8cac1b59891c"}, - {file = "types_tqdm-4.66.0.4-py3-none-any.whl", hash = "sha256:8eda4c5123dd66985a4cb44268705cfa18beb32d66772271ae185e92b8b10c40"}, + {file = "types-tqdm-4.66.0.5.tar.gz", hash = "sha256:74bd7e469238c28816300f72a9b713d02036f6b557734616430adb7b7e74112c"}, + {file = "types_tqdm-4.66.0.5-py3-none-any.whl", hash = "sha256:d2c38085bec440e8ad1e94e8619f7cb3d1dd0a7ee06a863ccd0610a5945046ef"}, ] [[package]] @@ -873,4 +873,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<3.12" -content-hash = "f40cc98a6fc5138b6267d018d68cb0ad90ee24011320c45f1395e93d5a90b51c" +content-hash = "741511d36f84b2177f5693dbbefdf73d17147a760de2adfa0e51e6afcccbc09a" diff --git a/pyproject.toml b/pyproject.toml index 4ceface..b3bf77c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pyproject-flake8 = "^6.0.0.post1" pre-commit = "^3.6.0" mypy = "^1.7" types-colorama = "^0.4.15.4" -types-tqdm = "^4.66.0.4" +types-tqdm = "^4.66.0.5" types-requests = "^2.31.0.10" pytest = "^7.4.3"