Skip to content

Commit 057caaf

Browse files
fix: [dependencies] Set Werkzeug version to 2.0.3
(python-restx/flask-restx#426).
1 parent 5137a69 commit 057caaf

File tree

2 files changed

+86
-82
lines changed

2 files changed

+86
-82
lines changed

poetry.lock

Lines changed: 70 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,36 +39,37 @@ monarc-stats-service = "runserver:run"
3939
[tool.poetry.dependencies]
4040
python = ">=3.8,<3.11"
4141
Flask = "^2.0.2"
42+
werkzeug = "2.0.3"
4243
requests = "^2.25.1"
4344
flask_restx = "^0.5.1"
4445
jsonschema = "^3.2.0"
4546
Flask-SQLAlchemy = "^2.5.1"
46-
psycopg2-binary = "^2.8.6"
47+
psycopg2-binary = "^2.9.3"
4748
flask_principal = "^0.4.0"
48-
flask_login = "^0.5.0"
49+
flask_login = "^0.6.1"
4950
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"
5253
pymosp = "^0.4.2"
53-
packaging = "^20.9"
54+
packaging = "^21.3"
5455
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"
6061

6162
[tool.poetry.dev-dependencies]
6263
sphinx = "^3.0.3"
6364
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"
6667
gitchangelog = "^3.0.4"
6768
sphinx-multiversion = "^0.2.4"
68-
pre-commit = "^2.18.1"
69+
pre-commit = "^2.19.0"
6970
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"
7273

7374
[build-system]
7475
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)