From f956938a2d1ef82f4ddd27ff0045ee91957d3f79 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 15 Jan 2023 11:08:22 +0100 Subject: [PATCH] update importlib versions --- poetry.lock | 8 ++++---- pyproject.toml | 1 + requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 09bca3f..040b683 100644 --- a/poetry.lock +++ b/poetry.lock @@ -447,14 +447,14 @@ files = [ [[package]] name = "importlib-metadata" -version = "6.0.0" +version = "5.2.0" description = "Read metadata from Python packages" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "importlib_metadata-6.0.0-py3-none-any.whl", hash = "sha256:7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5bad"}, - {file = "importlib_metadata-6.0.0.tar.gz", hash = "sha256:e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d"}, + {file = "importlib_metadata-5.2.0-py3-none-any.whl", hash = "sha256:0eafa39ba42bf225fc00e67f701d71f85aead9f878569caf13c3724f704b970f"}, + {file = "importlib_metadata-5.2.0.tar.gz", hash = "sha256:404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd"}, ] [package.dependencies] @@ -1248,4 +1248,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "869494ce40db6098f0fc348c0b0f7920bd14a213540606044ffc82daec5c2482" +content-hash = "ef4d56f63418436b5e6a6c77c58aa61f2ea36e0af97ae14bec73047a992d7684" diff --git a/pyproject.toml b/pyproject.toml index 2258222..b9ad509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ websocket-client = "1.3.3" pycryptodomex = "3.16.0" setuptools = "^65.6.3" wheel = "0.38.4" +importlib-metadata = "5.2.0" [tool.poetry.dev-dependencies] black = {version = "^22.8.0", allow-prereleases = true} diff --git a/requirements.txt b/requirements.txt index cdb54dc..d1c7da0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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" 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" -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" 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" @@ -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" 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" -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"