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-04-04 21:30:59 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-04 21:31:50 +0300
commit46c424538c33ef7fd7e63193745becc97c7e25be (patch)
tree579ee1980764c5ec14bedb275dd5b51267cc21bb /pyproject.toml
parent39d68bb5f929538435c638400476849c218abfff (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 6d14fbc7d..bf04a23a0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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",