Compare commits

...

4 Commits

Author SHA1 Message Date
√(noham)²
586a45aeda Merge pull request #28 from NohamR/dependabot/uv/tqdm-4.69.0
Bump tqdm from 4.68.4 to 4.69.0
2026-07-19 19:26:40 +02:00
√(noham)²
e26b5c7fe1 Merge pull request #27 from NohamR/dependabot/pip/tqdm-4.69.0
Bump tqdm from 4.68.4 to 4.69.0
2026-07-19 19:26:32 +02:00
dependabot[bot]
34219bacfb Bump tqdm from 4.68.4 to 4.69.0
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.4 to 4.69.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.68.4...v4.69.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-19 06:52:52 +00:00
dependabot[bot]
c647d510c8 Bump tqdm from 4.68.4 to 4.69.0
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.4 to 4.69.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.68.4...v4.69.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-19 06:52:31 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ dependencies = [
"pywidevine>=1.9.0",
"requests>=2.32.5",
"tabulate>=0.9.0",
"tqdm>=4.68.4",
"tqdm>=4.69.0",
"tzdata>=2026.3",
]

View File

@@ -6,5 +6,5 @@ python-dotenv==1.2.2
pywidevine==1.9.0
Requests==2.34.2
tabulate==0.10.0
tqdm==4.68.4
tqdm==4.69.0
tzdata==2026.3

8
uv.lock generated
View File

@@ -808,7 +808,7 @@ requires-dist = [
{ name = "pywidevine", specifier = ">=1.9.0" },
{ name = "requests", specifier = ">=2.32.5" },
{ name = "tabulate", specifier = ">=0.9.0" },
{ name = "tqdm", specifier = ">=4.68.4" },
{ name = "tqdm", specifier = ">=4.69.0" },
{ name = "tzdata", specifier = ">=2026.3" },
]
@@ -1301,14 +1301,14 @@ wheels = [
[[package]]
name = "tqdm"
version = "4.68.4"
version = "4.69.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/ae/5f/57ff8b434839e70dab45601284ea413e947a63799891b7553e5960a793a8/tqdm-4.68.4.tar.gz", hash = "sha256:19829c9673638f2a0b8617da4cdcb927e831cd88bcfcb6e78d42a4d1af131520", size = 792418, upload-time = "2026-07-07T09:58:18.369Z" }
sdist = { url = "https://files.pythonhosted.org/packages/8c/69/40407dfc835517f058b603dbf37a6df094d8582b015a51eddc988febbcb7/tqdm-4.69.0.tar.gz", hash = "sha256:700c5e85dcd5f009dd6222588a29180a193a748247a5d855b4d67db93d79a53b", size = 792569, upload-time = "2026-07-17T18:09:06.2Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/22/2a/5e5e750890ada51017d18d0d4c30da696e5b5bd3180947729927628fc3cb/tqdm-4.68.4-py3-none-any.whl", hash = "sha256:5168118b2368f48c561afda8020fd79195b1bdb0bdf8086b88442c267a315dc2", size = 676612, upload-time = "2026-07-07T09:58:16.256Z" },
{ url = "https://files.pythonhosted.org/packages/fe/21/99a0cdaf54eb35e77623c41b5a2c9472ee4404bba687052791fe2aba6773/tqdm-4.69.0-py3-none-any.whl", hash = "sha256:9979978912be667a6ef21fd5d8abf54e324e63d82f7f43c360792ebc2bc4e622", size = 676680, upload-time = "2026-07-17T18:09:04.172Z" },
]
[[package]]