mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
update importlib versions
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -447,14 +447,14 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "importlib-metadata"
|
name = "importlib-metadata"
|
||||||
version = "6.0.0"
|
version = "5.2.0"
|
||||||
description = "Read metadata from Python packages"
|
description = "Read metadata from Python packages"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "importlib_metadata-6.0.0-py3-none-any.whl", hash = "sha256:7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5bad"},
|
{file = "importlib_metadata-5.2.0-py3-none-any.whl", hash = "sha256:0eafa39ba42bf225fc00e67f701d71f85aead9f878569caf13c3724f704b970f"},
|
||||||
{file = "importlib_metadata-6.0.0.tar.gz", hash = "sha256:e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d"},
|
{file = "importlib_metadata-5.2.0.tar.gz", hash = "sha256:404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -1248,4 +1248,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "869494ce40db6098f0fc348c0b0f7920bd14a213540606044ffc82daec5c2482"
|
content-hash = "ef4d56f63418436b5e6a6c77c58aa61f2ea36e0af97ae14bec73047a992d7684"
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ websocket-client = "1.3.3"
|
|||||||
pycryptodomex = "3.16.0"
|
pycryptodomex = "3.16.0"
|
||||||
setuptools = "^65.6.3"
|
setuptools = "^65.6.3"
|
||||||
wheel = "0.38.4"
|
wheel = "0.38.4"
|
||||||
|
importlib-metadata = "5.2.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = {version = "^22.8.0", allow-prereleases = true}
|
black = {version = "^22.8.0", allow-prereleases = true}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ exceptiongroup==1.1.0 ; python_version >= "3.7" and python_version < "3.11"
|
|||||||
fastapi==0.83.0 ; python_version >= "3.7" and python_version < "4.0"
|
fastapi==0.83.0 ; python_version >= "3.7" and python_version < "4.0"
|
||||||
h11==0.12.0 ; python_version >= "3.7" and python_version < "4.0"
|
h11==0.12.0 ; python_version >= "3.7" and python_version < "4.0"
|
||||||
idna==3.4 ; python_version >= "3.7" and python_version < "4.0"
|
idna==3.4 ; python_version >= "3.7" and python_version < "4.0"
|
||||||
importlib-metadata==6.0.0 ; python_version >= "3.7" and python_version < "3.8"
|
importlib-metadata==5.2.0 ; python_version >= "3.7" and python_version < "4.0"
|
||||||
iniconfig==2.0.0 ; python_version >= "3.7" and python_version < "4.0"
|
iniconfig==2.0.0 ; python_version >= "3.7" and python_version < "4.0"
|
||||||
loguru==0.6.0 ; python_version >= "3.7" and python_version < "4.0"
|
loguru==0.6.0 ; python_version >= "3.7" and python_version < "4.0"
|
||||||
marshmallow==3.19.0 ; python_version >= "3.7" and python_version < "4.0"
|
marshmallow==3.19.0 ; python_version >= "3.7" and python_version < "4.0"
|
||||||
@@ -45,4 +45,4 @@ uvicorn==0.18.3 ; python_version >= "3.7" and python_version < "4.0"
|
|||||||
websocket-client==1.3.3 ; python_version >= "3.7" and python_version < "4.0"
|
websocket-client==1.3.3 ; python_version >= "3.7" and python_version < "4.0"
|
||||||
wheel==0.38.4 ; python_version >= "3.7" and python_version < "4.0"
|
wheel==0.38.4 ; python_version >= "3.7" and python_version < "4.0"
|
||||||
win32-setctime==1.1.0 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32"
|
win32-setctime==1.1.0 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32"
|
||||||
zipp==3.11.0 ; python_version >= "3.7" and python_version < "3.8"
|
zipp==3.11.0 ; python_version >= "3.7" and python_version < "4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user