mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
Merge pull request #31 from lxmusics/dependabot/pip/flask-3.0.1
This commit is contained in:
commit
5b1f741845
8
poetry.lock
generated
8
poetry.lock
generated
@ -305,13 +305,13 @@ development = ["black", "flake8", "mypy", "pytest", "types-colorama"]
|
||||
|
||||
[[package]]
|
||||
name = "flask"
|
||||
version = "3.0.0"
|
||||
version = "3.0.1"
|
||||
description = "A simple framework for building complex web applications."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "flask-3.0.0-py3-none-any.whl", hash = "sha256:21128f47e4e3b9d597a3e8521a329bf56909b690fcc3fa3e477725aa81367638"},
|
||||
{file = "flask-3.0.0.tar.gz", hash = "sha256:cfadcdb638b609361d29ec22360d6070a77d7463dcb3ab08d2c2f2f168845f58"},
|
||||
{file = "flask-3.0.1-py3-none-any.whl", hash = "sha256:ca631a507f6dfe6c278ae20112cea3ff54ff2216390bf8880f6b035a5354af13"},
|
||||
{file = "flask-3.0.1.tar.gz", hash = "sha256:6489f51bb3666def6f314e15f19d50a1869a19ae0e8c9a3641ffe66c77d42403"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -938,4 +938,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "5985c33cf91b8d96a3ecb52513801e378d2bf7e648578d1e5dcbb5b8c57190f2"
|
||||
content-hash = "0ed3057922624b1ab960d07a866552041398c2e5cba2c2ca625fdda39c99d93d"
|
||||
|
@ -17,7 +17,7 @@ Pygments = "^2.17.2"
|
||||
xmltodict = "^0.13.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
Flask = "^3.0.0"
|
||||
Flask = "^3.0.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user