Bump dependency versions

This commit is contained in:
Joel Heaps 2023-09-28 21:56:45 -05:00
parent 40f721c447
commit f4a5266125

View File

@ -6,10 +6,10 @@ authors = [
{name = "Esteban Sanchez", email = "esteban.sanchez@gmail.com"}, {name = "Esteban Sanchez", email = "esteban.sanchez@gmail.com"},
] ]
dependencies = [ dependencies = [
"attrdict==2.0.1", "attrdict>=2.0.1",
"prometheus_client==0.16.0", "prometheus-client>=0.17.1",
"python-json-logger==2.0.2", "python-json-logger>=2.0.7",
"qbittorrent-api==2023.4.47", "qbittorrent-api>=2023.9.53",
] ]
requires-python = ">=3.11" requires-python = ">=3.11"
readme = "README.md" readme = "README.md"