Browse Source

bump jeepney

Josh Gustafson 2 months ago
parent
commit
866dc7fb22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -75,7 +75,7 @@ setuptools.setup(
     # > implementing the protocol, and integrations for both blocking I/O and
     # > for different asynchronous frameworks.
     # https://web.archive.org/web/20241206000411/https://www.freedesktop.org/wiki/Software/DBusBindings/
-    install_requires=["aiomqtt>=2,<3", "jeepney>=0.8,<0.9"],
+    install_requires=["aiomqtt>=2,<3", "jeepney>=0.9,<1.0"],
     setup_requires=["setuptools_scm"],
     tests_require=["pytest"],
 )