From 8d0a614a30ff5b9db09b9fe9142e5ecf109f1ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:17:10 +0200 Subject: [PATCH] chore(deps-dev): bump types-tqdm from 4.66.0.20240106 to 4.66.0.20240417 (#248) Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.20240106 to 4.66.0.20240417. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tqdm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index cf9359a..fa0b99a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1539,13 +1539,13 @@ telegram = ["requests"] [[package]] name = "types-tqdm" -version = "4.66.0.20240106" +version = "4.66.0.20240417" description = "Typing stubs for tqdm" optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "types-tqdm-4.66.0.20240417.tar.gz", hash = "sha256:16dce9ef522ea8d40e4f5b8d84dd8a1166eefc13ceee7a7e158bf0f1a1421a31"}, + {file = "types_tqdm-4.66.0.20240417-py3-none-any.whl", hash = "sha256:248aef1f9986b7b8c2c12b3cb4399fc17dba0a29e7e3f3f9cd704babb879383d"}, ] [[package]] @@ -1651,4 +1651,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5f808d97aaaceb5d735f3c26e0c553819b3ebf9e65ade1bc9579a96d1384ce9d" +content-hash = "db2cda6dc3d0d7e4e87c3676459df2bc3125c17eadade703b18a5a5732e7fca9" diff --git a/pyproject.toml b/pyproject.toml index 50c10b1..8e207dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ cachecontrol = "^0.14.0" pytest = "^8.1.1" ruff = "^0.3.7" mypy = "^1.9.0" -types-tqdm = "^4.66.0.20240106" +types-tqdm = "^4.66.0.20240417" pytest-random-order = "^1.1.1" pytest-cov = "^5.0.0" pytest-mypy = "^0.10.3"