Skip to content

Commit

Permalink
Pin xmlschema, werkzeug (#2057)
Browse files Browse the repository at this point in the history
* pin xmlschema

* pinning for now for testing only

* Trigger CIs

* fixed condition

* pin werkzeug
  • Loading branch information
ReimarBauer authored Oct 8, 2023
1 parent d85f623 commit 396aa2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion localbuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions requirements.d/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 396aa2b

Please sign in to comment.