Skip to content

Commit 3966000

Browse files
committed
refactor: various packages
1 parent f58c015 commit 3966000

File tree

3 files changed

+28
-29
lines changed

3 files changed

+28
-29
lines changed

src/lab_mock/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ def lab_mock():
8686
template = jinja2_env.get_template('index.jinja2')
8787
return template.render(ENVIRONMENT=_TEMPLATE_VARS)
8888

89-
90-
91-
9289
# WSGI to ASGI middleware
9390
# https://flask.palletsprojects.com/en/2.1.x/deploying/asgi/
9491
app = WsgiToAsgi(wsgi_app)

src/poetry.lock

+27-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache 2.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
Flask = "^2.2.3"
10+
Flask = "^2.3.2"
1111
uvicorn = "^0.20.0"
1212
asgiref = "^3.6.0"
1313
markupsafe = "^2.1.2"

0 commit comments

Comments
 (0)