From 5d7f892a8ee588fc56b19bee8bbb8b246bef3c55 Mon Sep 17 00:00:00 2001 From: David Vilela Date: Tue, 4 Jun 2024 16:40:23 +0200 Subject: [PATCH] fix: pin tomte --- poetry.lock | 29 ++++++++++++++++++++++++++++- pyproject.toml | 3 ++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6f4ce40f8..0ff718c98 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2464,6 +2464,33 @@ files = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] +[[package]] +name = "tomte" +version = "0.2.17" +description = "A library that wraps many useful tools (linters, analysers, etc) to keep Python code clean, secure, well-documented and optimised." +optional = false +python-versions = "<4,>=3.8" +files = [ + {file = "tomte-0.2.17-py3-none-any.whl", hash = "sha256:477e1e903610b5e2a8cf74a78cf229eacc21aa666e25e7bb872385ef2c013cfe"}, + {file = "tomte-0.2.17.tar.gz", hash = "sha256:ad583dd39f2c398272f7f196471b2ecc8430eb89e07295ec1e682f64dd782831"}, +] + +[package.extras] +bandit = ["bandit (==1.7.4)"] +black = ["black (==23.1.0)", "click (>=8.1.0,<9)"] +cli = ["click (>=8.1.0,<9)", "requests (>=2.28.1,<3)", "tox (==3.28.0)"] +darglint = ["darglint (==1.8.1)"] +docs = ["Markdown (==3.3.7)", "Pygments (>=2.16,<3.0)", "bs4 (==0.0.1)", "click (>=8.1.0,<9)", "markdown-include (==0.8.0)", "mkdocs (>=1.5.3,<2.0)", "mkdocs-macros-plugin (==0.7.0)", "mkdocs-material (==9.4.10)", "mkdocs-material-extensions (==1.3)", "mkdocs-redirects (==1.2.0)", "pydoc-markdown (==4.8.2)", "pydocstyle (==6.2.3)", "pymdown-extensions (>=10.2,<11.0)"] +flake8 = ["flake8 (==3.9.2)", "flake8-bugbear (==23.1.14)", "flake8-docstrings (==1.6.0)", "flake8-eradicate (==1.4.0)", "flake8-isort (==6.0.0)", "pydocstyle (==6.2.3)"] +isort = ["isort (==5.11.4)"] +liccheck = ["liccheck (==0.8.3)"] +mypy = ["mypy (==0.991)"] +pylint = ["pylint (==2.13.9)"] +safety = ["safety (==2.4.0b1)"] +tests = ["pytest (==7.2.1)", "pytest-asyncio (>=0.21.0,<0.22.0)", "pytest-cov (==4.0.0)", "pytest-randomly (==3.12.0)", "pytest-rerunfailures (==11.0)"] +tox = ["tox (==3.28.0)"] +vulture = ["vulture (==2.7)"] + [[package]] name = "toolz" version = "0.12.1" @@ -2866,4 +2893,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "<4.0,>=3.8" -content-hash = "69328310dc4875bfc7edd4f40f950e0af147d33c2d4f8ebf304f93937b2bc901" +content-hash = "bea5f33cc710b631d16942fe603ce6fcc14c88510ee8c51d9a3283030f69bea1" diff --git a/pyproject.toml b/pyproject.toml index 2d01be225..1a8da808f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,8 @@ starlette = "==0.36.3" uvicorn = "==0.27.0" web3 = "==6.1.0" psutil = "^5.9.8" -aiohttp = "^3.9.5" +aiohttp = "3.9.5" +tomte = "0.2.17" [build-system] requires = ["poetry-core"]