Files
JustJustWatch/pyproject.toml
dependabot[bot] b806d6a653 Bump tqdm from 4.68.2 to 4.68.3
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.2 to 4.68.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.68.2...v4.68.3)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-version: 4.68.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 13:13:54 +00:00

13 lines
252 B
TOML

[project]
name = "justjustwatch"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"inquirerpy>=0.3.4",
"requests>=2.34.2",
"tabulate>=0.9.0",
"tqdm>=4.68.3",
]