diff --git a/pyproject.toml b/pyproject.toml index 40c303e..2278db1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ authors = [ {name = "Esteban Sanchez", email = "esteban.sanchez@gmail.com"}, ] dependencies = [ - "attrdict==2.0.1", - "prometheus_client==0.16.0", - "python-json-logger==2.0.2", - "qbittorrent-api==2023.4.47", + "attrdict>=2.0.1", + "prometheus-client>=0.17.1", + "python-json-logger>=2.0.7", + "qbittorrent-api>=2023.9.53", ] requires-python = ">=3.11" readme = "README.md"