mirror of
https://github.com/planetmint/planetmint.git
synced 2025-06-06 22:26:42 +00:00
Merge 1d1ef188dbf626b5a054c8a5a200f643fcf1562e into 95001fc262b1752894207232ee2fd7cda3b70f18
This commit is contained in:
commit
f46e00f098
13
poetry.lock
generated
13
poetry.lock
generated
@ -3230,16 +3230,19 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "werkzeug"
|
name = "werkzeug"
|
||||||
version = "2.0.3"
|
version = "2.2.3"
|
||||||
description = "The comprehensive WSGI web application library."
|
description = "The comprehensive WSGI web application library."
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "Werkzeug-2.0.3-py3-none-any.whl", hash = "sha256:1421ebfc7648a39a5c58c601b154165d05cf47a3cd0ccb70857cbdacf6c8f2b8"},
|
{file = "Werkzeug-2.2.3-py3-none-any.whl", hash = "sha256:56433961bc1f12533306c624f3be5e744389ac61d722175d543e1751285da612"},
|
||||||
{file = "Werkzeug-2.0.3.tar.gz", hash = "sha256:b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c"},
|
{file = "Werkzeug-2.2.3.tar.gz", hash = "sha256:2e1ccc9417d4da358b9de6f174e3ac094391ea1d4fbef2d667865d819dfd0afe"},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.dependencies]
|
||||||
|
MarkupSafe = ">=2.1.1"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
watchdog = ["watchdog"]
|
watchdog = ["watchdog"]
|
||||||
|
|
||||||
@ -3395,4 +3398,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "fd2d68ab80c881889e69ef05f682ba0659d183f95bd135ebb1e4939cd8ca7b3d"
|
content-hash = "64d8ec322674c0a2b251a3a5f0c2465582c0f8146ab61ce33749ffae8f60012d"
|
||||||
|
@ -39,7 +39,7 @@ python-rapidjson = ">=1.0"
|
|||||||
pyyaml = "6.0.0"
|
pyyaml = "6.0.0"
|
||||||
requests = "2.25.1"
|
requests = "2.25.1"
|
||||||
setproctitle = "1.2.2"
|
setproctitle = "1.2.2"
|
||||||
werkzeug = "2.0.3"
|
werkzeug = "2.2.3"
|
||||||
nest-asyncio = "1.5.5"
|
nest-asyncio = "1.5.5"
|
||||||
protobuf = "3.20.2"
|
protobuf = "3.20.2"
|
||||||
planetmint-ipld = ">=0.0.3"
|
planetmint-ipld = ">=0.0.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user