Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-10-22 12:45:04 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-10-22 12:45:46 +0300
commit11f01aa08268e660571072de2b1968df2d7e1848 (patch)
tree46cdcafa9e2da5c748d8a18b787b7f113bd2834e /pyproject.toml
parent85dfba6322f8dcca6c45919daa39cfdb14f7f923 (diff)
change: Raise nbxmpp version
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a56d7afe5..b1523399f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"css-parser",
"keyring",
- "nbxmpp>=4.3.0,<5.0.0",
+ "nbxmpp>=4.4.0,<5.0.0",
"packaging",
"pillow>=9.1.0",
"precis-i18n>=1.0.0",