Skip to content

Commit fd9198e

Browse files
UPD: Bump dependencies
1 parent 9fde061 commit fd9198e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ name = "nanposweb"
1010
description = "A simple point of sale system for drinks"
1111
requires-python= ">=3.9"
1212
license = {text = "MIT"}
13-
version = "1.3.2"
13+
version = "1.3.3"
1414
dependencies = [
15-
"Flask==2.2.3",
15+
"Flask>=3.1.0",
1616
"Flask-SQLAlchemy",
17-
"Flask-Login",
17+
"Flask-Login>=0.6.2",
1818
"Flask-WTF",
1919
"Flask-Principal",
2020
"psycopg2-binary",
21-
"werkzeug==2.2.3",
21+
"werkzeug>=3.1.0",
2222
]
2323

2424
[project.optional-dependencies]

0 commit comments

Comments
 (0)