Skip to content

Commit

Permalink
fix: [dependencies] Set Werkzeug version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed May 12, 2022
1 parent 5137a69 commit 057caaf
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 82 deletions.
137 changes: 70 additions & 67 deletions poetry.lock

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

31 changes: 16 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,36 +39,37 @@ monarc-stats-service = "runserver:run"
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
Flask = "^2.0.2"
werkzeug = "2.0.3"
requests = "^2.25.1"
flask_restx = "^0.5.1"
jsonschema = "^3.2.0"
Flask-SQLAlchemy = "^2.5.1"
psycopg2-binary = "^2.8.6"
psycopg2-binary = "^2.9.3"
flask_principal = "^0.4.0"
flask_login = "^0.5.0"
flask_login = "^0.6.1"
Flask-Babel = "^2.0.0"
alembic = "^1.5.8"
Flask-Migrate = "^2.7.0"
alembic = "^1.7.7"
Flask-Migrate = "^3.1.0"
pymosp = "^0.4.2"
packaging = "^20.9"
packaging = "^21.3"
python-dateutil = "^2.8.2"
mypy = "^0.931"
typing-extensions = "^4.0.1"
types-setuptools = "^57.4.7"
types-requests = "^2.27.5"
types-python-dateutil = "^2.8.6"
mypy = "^0.950"
typing-extensions = "^4.2.0"
types-setuptools = "^57.4.14"
types-requests = "^2.27.25"
types-python-dateutil = "^2.8.15"

[tool.poetry.dev-dependencies]
sphinx = "^3.0.3"
sphinx-book-theme = "^0.1.0"
flake8 = "^3.9.1"
pytest = "^6.2.3"
flake8 = "^4.0.1"
pytest = "^7.1.2"
gitchangelog = "^3.0.4"
sphinx-multiversion = "^0.2.4"
pre-commit = "^2.18.1"
pre-commit = "^2.19.0"
black = "^22.3.0"
pyupgrade = "^2.32.0"
reorder-python-imports = "^3.0.1"
pyupgrade = "^2.32.1"
reorder-python-imports = "^3.1.0"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 057caaf

Please sign in to comment.