diff --git a/poetry.lock b/poetry.lock index 0d160af..a081090 100644 --- a/poetry.lock +++ b/poetry.lock @@ -663,13 +663,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.2" +version = "4.66.3" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.2-py3-none-any.whl", hash = "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9"}, - {file = "tqdm-4.66.2.tar.gz", hash = "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"}, + {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, + {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, ] [package.dependencies] @@ -742,4 +742,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0e010f0291f24b4c5c1f342193cc52e516dcc8660e83b280582cfd8fb9c772b2" +content-hash = "895f21c73c6eca65e26c357d149d475d676d4b88876412714e9874b441f38e70" diff --git a/pyproject.toml b/pyproject.toml index 756f880..3a38655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [{include = "guiosoft_scripts"}] python = "^3.10" packaging = "^22.0" requests = "^2.31.0" -tqdm = "^4.65.0" +tqdm = "^4.66.3" python-dateutil = "^2.8.2" [tool.poetry.group.dev.dependencies]