From 6e82b67c844f59745ea839803c451e9947e0a3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:45:26 +0000 Subject: [PATCH] build(deps): bump setuptools from 71.1.0 to 72.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 71.1.0 to 72.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v71.1.0...v72.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 69668e7d..6dc1b8ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2465,13 +2465,13 @@ stats = ["scipy (>=1.7)", "statsmodels (>=0.12)"] [[package]] name = "setuptools" -version = "71.1.0" +version = "72.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-71.1.0-py3-none-any.whl", hash = "sha256:33874fdc59b3188304b2e7c80d9029097ea31627180896fb549c578ceb8a0855"}, - {file = "setuptools-71.1.0.tar.gz", hash = "sha256:032d42ee9fb536e33087fb66cac5f840eb9391ed05637b3f2a76a7c8fb477936"}, + {file = "setuptools-72.0.0-py3-none-any.whl", hash = "sha256:98b4d786a12fadd34eabf69e8d014b84e5fc655981e4ff419994700434ace132"}, + {file = "setuptools-72.0.0.tar.gz", hash = "sha256:5a0d9c6a2f332881a0153f629d8000118efd33255cfa802757924c53312c76da"}, ] [package.extras] @@ -3353,4 +3353,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9, <3.12" -content-hash = "cbd39eaad22441576f7f797cb81debee33a00658e275d11c8d41897a7935810d" +content-hash = "c6dba23653cf4fd2fe71f63856cdf762085d8482dd3dfb67bbddf5ecd4dc8517" diff --git a/pyproject.toml b/pyproject.toml index ededa836..a57380ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ keywords = ["bioinformatics", "sequence aligner", "blat"] python = "^3.9, <3.12" loguru = "^0.7.0" pybind11 = "^2.10.4" -setuptools = ">=68.2.2,<72.0.0" +setuptools = ">=68.2.2,<73.0.0" rich = "^13.3.5" pysimdjson = ">=5.0.2,<7.0.0" biopython = "^1.81"