diff --git a/poetry.lock b/poetry.lock index 864f512..c7f41c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -539,13 +539,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.4" +version = "4.66.5" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, - {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, + {file = "tqdm-4.66.5-py3-none-any.whl", hash = "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd"}, + {file = "tqdm-4.66.5.tar.gz", hash = "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad"}, ] [package.dependencies] @@ -689,4 +689,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8,<4.0" -content-hash = "7ba74fc46ed608e4277f0b525a9e1d6b7b90185370c113b7f15f0d44f6846983" +content-hash = "662547895aa74d6121f70b0306df0bf1e731edf8c824f587be7540119c9bdb40" diff --git a/pyproject.toml b/pyproject.toml index 8cf8d5b..7aefcf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers=[ python = "^3.8,<4.0" requests-oauthlib = "2.0.0" selenium = "4.22.0" -tqdm = "4.66.4" +tqdm = "4.66.5" flask = "^3.0.3" [tool.poetry.dev-dependencies]