From cf64dff357f8f1b51bf7584490a10ef4702408eb Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Sun, 8 Oct 2023 11:34:53 +0200 Subject: [PATCH 1/5] pin xmlschema --- localbuild/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/localbuild/meta.yaml b/localbuild/meta.yaml index 3784d1b1b..5f8fba470 100644 --- a/localbuild/meta.yaml +++ b/localbuild/meta.yaml @@ -92,6 +92,7 @@ requirements: - email_validator - keyring - dbus-python + - xmlschema <=2.5.0 test: imports: From f80a919d8c9dd9ee50b58891de0537c3cc3b581a Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Sun, 8 Oct 2023 11:38:11 +0200 Subject: [PATCH 2/5] pinning for now for testing only --- localbuild/meta.yaml | 1 - requirements.d/development.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/localbuild/meta.yaml b/localbuild/meta.yaml index 5f8fba470..3784d1b1b 100644 --- a/localbuild/meta.yaml +++ b/localbuild/meta.yaml @@ -92,7 +92,6 @@ requirements: - email_validator - keyring - dbus-python - - xmlschema <=2.5.0 test: imports: diff --git a/requirements.d/development.txt b/requirements.d/development.txt index 4a5553df0..a18517122 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -23,3 +23,5 @@ pytest-reverse eventlet>0.30.2 dnspython>=2.0.0, <2.3.0 gsl==2.7.0 +xmlschema<=2.5.0 + From e6b2f421df4a4acc1e221817007618a0dab01b21 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Sun, 8 Oct 2023 11:44:14 +0200 Subject: [PATCH 3/5] Trigger CIs From 4d5cf748e7f72596be04d969fe66d8ed497597be Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Sun, 8 Oct 2023 11:48:46 +0200 Subject: [PATCH 4/5] fixed condition --- requirements.d/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.d/development.txt b/requirements.d/development.txt index a18517122..62956c407 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -23,5 +23,5 @@ pytest-reverse eventlet>0.30.2 dnspython>=2.0.0, <2.3.0 gsl==2.7.0 -xmlschema<=2.5.0 +xmlschema<2.5.0 From 12e90d2df3f201ea928d35537d2509d706c7ae66 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Sun, 8 Oct 2023 12:00:43 +0200 Subject: [PATCH 5/5] pin werkzeug --- localbuild/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localbuild/meta.yaml b/localbuild/meta.yaml index 3784d1b1b..fcaf69161 100644 --- a/localbuild/meta.yaml +++ b/localbuild/meta.yaml @@ -65,7 +65,7 @@ requirements: - flask-httpauth - flask-mail - flask-migrate - - werkzeug >=2.2.3 + - werkzeug >=2.2.3,<3.0.0 - flask-socketio =5.1.0 - flask-sqlalchemy >=3.0.0 - flask-cors