Update dependencies

This commit is contained in:
Ryszard Knop 2024-11-08 21:59:19 +01:00
parent 06f75d4996
commit 71b1675332

View File

@ -24,12 +24,12 @@ classifiers = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
tqdm = "^4.66.2" tqdm = "^4.67.0"
urllib3 = "^1.26.18" urllib3 = "^1.26.20"
requests = "^2.31.0" requests = "^2.32.3"
beautifulsoup4 = "^4.12.3" beautifulsoup4 = "^4.12.3"
lxml = "^5.2.1" lxml = "^5.3.0"
pydantic = "^1.10.15" pydantic = "^1.10.19"
[tool.poetry.scripts] [tool.poetry.scripts]
itch-dl = "itch_dl.cli:run" itch-dl = "itch_dl.cli:run"