Compare commits

...

2 Commits

Author SHA1 Message Date
√(noham)²
08e496c86d Merge pull request #9 from NohamR/dependabot/uv/tqdm-4.70.0
Bump tqdm from 4.69.1 to 4.70.0
2026-08-02 19:08:27 +02:00
dependabot[bot]
c8db6b76b7 Bump tqdm from 4.69.1 to 4.70.0
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.69.1 to 4.70.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.69.1...v4.70.0)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-version: 4.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-02 15:03:08 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ dependencies = [
"curl-cffi>=0.15.0",
"pillow>=12.3.0",
"python-dotenv>=1.2.2",
"tqdm>=4.69.1",
"tqdm>=4.70.0",
]
[dependency-groups]

8
uv.lock generated
View File

@@ -36,7 +36,7 @@ requires-dist = [
{ name = "curl-cffi", specifier = ">=0.15.0" },
{ name = "pillow", specifier = ">=12.3.0" },
{ name = "python-dotenv", specifier = ">=1.2.2" },
{ name = "tqdm", specifier = ">=4.69.1" },
{ name = "tqdm", specifier = ">=4.70.0" },
]
[package.metadata.requires-dev]
@@ -374,12 +374,12 @@ wheels = [
[[package]]
name = "tqdm"
version = "4.69.1"
version = "4.70.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/dd/84/da0e5038228fa34dfd77c5026b173ed035d2a3ba31f1077590c013de2bff/tqdm-4.69.1.tar.gz", hash = "sha256:2be21080a0ce17e902c2f1baeb6a74bf551b67bbdfa4bc0109fad471d0b4cb0d", size = 793046, upload-time = "2026-07-24T14:22:02.08Z" }
sdist = { url = "https://files.pythonhosted.org/packages/21/3b/6c24bec5be5e743ffd99576daa5cc077722fc7d5bbc00bd133fa0c698dc6/tqdm-4.70.0.tar.gz", hash = "sha256:55b0b0dbd97462d06ebee91e4dac24ed4d4702be82b24f07e6c1d27e08cea220", size = 795438, upload-time = "2026-07-27T11:33:15.271Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/01/50/5817619a0fca56aff06383dbfde7ae017b3ca383915b3f1e4713164273cf/tqdm-4.69.1-py3-none-any.whl", hash = "sha256:0a654b96f7a2660cceb615b56f307ec2bef96c515409014a429a561981ab52b4", size = 675452, upload-time = "2026-07-24T14:22:00.048Z" },
{ url = "https://files.pythonhosted.org/packages/f9/1c/01bfd571a64e7f270e6bab5e33777debe0edc56759233ce84f27dec92d14/tqdm-4.70.0-py3-none-any.whl", hash = "sha256:7f585706bfddbdebf89daac705b2dfcc16890130727d3197ca62c732b4310953", size = 80184, upload-time = "2026-07-27T11:33:13.167Z" },
]