File tree Expand file tree Collapse file tree 2 files changed +86
-82
lines changed Expand file tree Collapse file tree 2 files changed +86
-82
lines changed Original file line number Diff line number Diff line change @@ -39,36 +39,37 @@ monarc-stats-service = "runserver:run"
39
39
[tool .poetry .dependencies ]
40
40
python = " >=3.8,<3.11"
41
41
Flask = " ^2.0.2"
42
+ werkzeug = " 2.0.3"
42
43
requests = " ^2.25.1"
43
44
flask_restx = " ^0.5.1"
44
45
jsonschema = " ^3.2.0"
45
46
Flask-SQLAlchemy = " ^2.5.1"
46
- psycopg2-binary = " ^2.8.6 "
47
+ psycopg2-binary = " ^2.9.3 "
47
48
flask_principal = " ^0.4.0"
48
- flask_login = " ^0.5.0 "
49
+ flask_login = " ^0.6.1 "
49
50
Flask-Babel = " ^2.0.0"
50
- alembic = " ^1.5.8 "
51
- Flask-Migrate = " ^2.7 .0"
51
+ alembic = " ^1.7.7 "
52
+ Flask-Migrate = " ^3.1 .0"
52
53
pymosp = " ^0.4.2"
53
- packaging = " ^20.9 "
54
+ packaging = " ^21.3 "
54
55
python-dateutil = " ^2.8.2"
55
- mypy = " ^0.931 "
56
- typing-extensions = " ^4.0.1 "
57
- types-setuptools = " ^57.4.7 "
58
- types-requests = " ^2.27.5 "
59
- types-python-dateutil = " ^2.8.6 "
56
+ mypy = " ^0.950 "
57
+ typing-extensions = " ^4.2.0 "
58
+ types-setuptools = " ^57.4.14 "
59
+ types-requests = " ^2.27.25 "
60
+ types-python-dateutil = " ^2.8.15 "
60
61
61
62
[tool .poetry .dev-dependencies ]
62
63
sphinx = " ^3.0.3"
63
64
sphinx-book-theme = " ^0.1.0"
64
- flake8 = " ^3.9 .1"
65
- pytest = " ^6.2.3 "
65
+ flake8 = " ^4.0 .1"
66
+ pytest = " ^7.1.2 "
66
67
gitchangelog = " ^3.0.4"
67
68
sphinx-multiversion = " ^0.2.4"
68
- pre-commit = " ^2.18.1 "
69
+ pre-commit = " ^2.19.0 "
69
70
black = " ^22.3.0"
70
- pyupgrade = " ^2.32.0 "
71
- reorder-python-imports = " ^3.0.1 "
71
+ pyupgrade = " ^2.32.1 "
72
+ reorder-python-imports = " ^3.1.0 "
72
73
73
74
[build-system ]
74
75
requires = [" poetry>=0.12" ]
You can’t perform that action at this time.
0 commit comments