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-11-26 18:32:36 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-11-26 18:32:36 +0300
commit58398a31aa43f3e2aa7d82ff31be8551b2ba75dc (patch)
tree87342e6fd4ccd11b76e7ecf653d0d6d1e178717a /pyproject.toml
parent1b318b73e2728dc8160c7db95a81b3dce61a6642 (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 b1523399f..98c48dcac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"css-parser",
"keyring",
- "nbxmpp>=4.4.0,<5.0.0",
+ "nbxmpp>=4.5.3,<5.0.0",
"packaging",
"pillow>=9.1.0",
"precis-i18n>=1.0.0",