From 3b8382fce3e59029bd500a5edff1fddca997bd5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 05:02:20 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to v75 --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- requirements.txt | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 947b8aa..4d1cef9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -490,18 +490,18 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "setuptools" -version = "74.1.2" +version = "75.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-74.1.2-py3-none-any.whl", hash = "sha256:5f4c08aa4d3ebcb57a50c33b1b07e94315d7fc7230f7115e47fc99776c8ce308"}, - {file = "setuptools-74.1.2.tar.gz", hash = "sha256:95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6"}, + {file = "setuptools-75.0.0-py3-none-any.whl", hash = "sha256:791ae94f04f78c880b5e614e560dd32d4b4af5d151bd9e7483e3377846caf90a"}, + {file = "setuptools-75.0.0.tar.gz", hash = "sha256:25af69c809d9334cd8e653d385277abeb5a102dca255954005a7092d282575ea"}, ] [package.extras] check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)", "ruff (>=0.5.2)"] -core = ["importlib-metadata (>=6)", "importlib-resources (>=5.10.2)", "jaraco.text (>=3.7)", "more-itertools (>=8.8)", "packaging (>=24)", "platformdirs (>=2.6.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"] +core = ["importlib-metadata (>=6)", "importlib-resources (>=5.10.2)", "jaraco.collections", "jaraco.functools", "jaraco.text (>=3.7)", "more-itertools", "more-itertools (>=8.8)", "packaging", "packaging (>=24)", "platformdirs (>=2.6.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"] cover = ["pytest-cov"] doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier", "towncrier (<24.7)"] enabler = ["pytest-enabler (>=2.2)"] @@ -558,4 +558,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "15b76274f197d8401e47f5e0e5885c7d97dac6007e62b1b85da92dcfefeaa99e" +content-hash = "aa019802b31d85e435de5fd6de79c658b727a960756971b0cc7c133bcd9a0051" diff --git a/pyproject.toml b/pyproject.toml index 11c7900..e313c06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" cryptography = "^43.0.0" -setuptools = "^74.0.0" +setuptools = "^75.0.0" [tool.poetry.dev-dependencies] pytest = "^8.3.2" @@ -36,7 +36,7 @@ pylint = "^3.2.6" bandit = "^1.7.9" pytest = "^8.3.2" pytest-mock = "^3.14.0" -setuptools = "^74.0.0" +setuptools = "^75.0.0" [build-system] requires = ["poetry-core>=1.0.0"] diff --git a/requirements.txt b/requirements.txt index c5258fd..4c56b43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -97,6 +97,6 @@ cryptography==43.0.1; python_version >= "3.8" and python_version < "4.0" \ pycparser==2.22 ; python_version >= "3.8" and python_version < "4.0" and platform_python_implementation != "PyPy" \ --hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \ --hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc -setuptools==74.1.3; python_version >= "3.8" and python_version < "4.0" \ - --hash=sha256:1cfd66bfcf197bce344da024c8f5b35acc4dcb7ca5202246a75296b4883f6851 \ - --hash=sha256:fbb126f14b0b9ffa54c4574a50ae60673bbe8ae0b1645889d10b3b14f5891d28 +setuptools==75.0.0; python_version >= "3.8" and python_version < "4.0" \ + --hash=sha256:25af69c809d9334cd8e653d385277abeb5a102dca255954005a7092d282575ea \ + --hash=sha256:791ae94f04f78c880b5e614e560dd32d4b4af5d151bd9e7483e3377846caf90a