Skip to content
Snippets Groups Projects
Verified Commit 46c42453 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

change: Raise nbxmpp version

parent 39d68bb5
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ ### Runtime Requirements
- [PyGObject](https://pypi.org/project/PyGObject/) (>=3.42.0)
- [pycairo](https://pypi.org/project/pycairo/)
- [cairo](https://gitlab.freedesktop.org/cairo/cairo) (>=1.16.0)
- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=4.2.0)
- [nbxmpp](https://pypi.org/project/nbxmpp/) (>=4.2.2)
- [cryptography](https://pypi.org/project/cryptography/) (>=3.4.8)
- [css-parser](https://pypi.org/project/css-parser/)
- [keyring](https://pypi.org/project/keyring/)
......
......@@ -16,7 +16,7 @@ index 93c4acbe6..52544a89d 100644
dependencies = [
"css-parser",
"keyring",
- "nbxmpp>=4.2.0,<5.0.0",
- "nbxmpp>=4.2.2,<5.0.0",
"packaging",
"pillow",
"precis-i18n>=1.0.0",
......
......@@ -30,7 +30,7 @@
from packaging.version import Version as V
_MIN_NBXMPP_VER = '4.2.0'
_MIN_NBXMPP_VER = '4.2.2'
_MIN_GTK_VER = '3.24.30'
_MIN_CAIRO_VER = '1.16.0'
_MIN_PYGOBJECT_VER = '3.42.0'
......
......@@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"css-parser",
"keyring",
"nbxmpp>=4.2.0,<5.0.0",
"nbxmpp>=4.2.2,<5.0.0",
"packaging",
"pillow",
"precis-i18n>=1.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment