Skip to content

Commit

Permalink
[Dependency update] - Major dependency update (Flask 3.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Jun 17, 2024
1 parent 21d1071 commit cb1b8bd
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 30 deletions.
117 changes: 93 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
Flask = "^2.2.2"
werkzeug = "2.3.7"
Flask-SocketIO = "^5.3.2"
flask-sqlalchemy = "^3.0.2"
Flask-Security-Too = "^5.0.2"
Flask = "^3.0.3"
werkzeug = "3.0.3"
requests = "2.32.2"
Flask-SocketIO = "^5.3.6"
flask-sqlalchemy = "^3.1.1"
Flask-Security-Too = "^5.4.3"
flask-login = "0.6.3"
gevent-websocket = "0.10.1"
spectree = "1.2.1"
mock = "^4.0.3"
Expand All @@ -41,7 +43,8 @@ pytz = "^2022.6"
tzlocal = "^4.2"
mxcubecore = ">=1.102.0"
mxcube-video-streamer = ">=1.0.0"
bcrypt = "^4.0.1"
bcrypt = "4.0.1"
authlib = "^1.3.0"

[tool.poetry.group.dev.dependencies]
pre-commit = "2.20.0"
Expand Down

0 comments on commit cb1b8bd

Please sign in to comment.