From b939c06972bec35eb3047b6d0baa10afdc1ed6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:32:56 +0000 Subject: [PATCH] Bump setuptools from 77.0.3 to 78.1.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 77.0.3 to 78.1.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/v77.0.3...v78.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:development 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 d2707b0..ebff694 100644 --- a/poetry.lock +++ b/poetry.lock @@ -381,14 +381,14 @@ fixture = ["fixtures"] [[package]] name = "setuptools" -version = "77.0.3" +version = "78.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "setuptools-77.0.3-py3-none-any.whl", hash = "sha256:67122e78221da5cf550ddd04cf8742c8fe12094483749a792d56cd669d6cf58c"}, - {file = "setuptools-77.0.3.tar.gz", hash = "sha256:583b361c8da8de57403743e756609670de6fb2345920e36dc5c2d914c319c945"}, + {file = "setuptools-78.1.0-py3-none-any.whl", hash = "sha256:3e386e96793c8702ae83d17b853fb93d3e09ef82ec62722e61da5cd22376dcd8"}, + {file = "setuptools-78.1.0.tar.gz", hash = "sha256:18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54"}, ] [package.extras] @@ -500,4 +500,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "1816d302a535ba893d605e1c3275dfd65220ea43a9a4a64e40b6099edda4f303" +content-hash = "a3b576383730507ea7597aed89fe507bb85087d8e2b995ff121119c6276b4ea2" diff --git a/pyproject.toml b/pyproject.toml index 72a73bb..5c7654a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^8.2.0" mock = "^5.1.0" PyHamcrest = "^2.1.0" requests-mock = "^1.12.1" -setuptools = ">=75.3,<78.0" +setuptools = ">=75.3,<79.0" [tool.pylama] linters = "pyflakes"