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-05-26 20:24:24 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-05-26 20:24:24 +0300
commitabff68bed793dcbabd9fe28397471224f5f56df1 (patch)
treefe6041b682bff40a1bda09d25d8a02efb6411832 /pyproject.toml
parent037ddbdbdf3e61007c2d41312121c943aef6d923 (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 0efb16b34..d454ee5b6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"css-parser",
"keyring",
- "nbxmpp>=4.2.2,<5.0.0",
+ "nbxmpp>=4.3.0,<5.0.0",
"packaging",
"pillow",
"precis-i18n>=1.0.0",