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-02-05 19:41:18 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-02-05 19:44:54 +0300
commit6aa2a6d44ff92476199471a5f51a0a442e1f0e49 (patch)
tree874bcdc9909755aeb7cc1929044364738215461f /pyproject.toml
parent3c2c6448f50ea32cb854f2be393037c5c99be787 (diff)
change: Raise nbxmpp version to 4.2.0
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 93c4acbe6..1a2583303 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"css-parser",
"keyring",
- "nbxmpp>=4.0.1,<5.0.0",
+ "nbxmpp>=4.2.0,<5.0.0",
"packaging",
"pillow",
"precis-i18n>=1.0.0",