diff --git a/poetry.lock b/poetry.lock index bcb478f..c6eb9ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -381,14 +381,14 @@ fixture = ["fixtures"] [[package]] name = "setuptools" -version = "79.0.0" +version = "80.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "setuptools-79.0.0-py3-none-any.whl", hash = "sha256:b9ab3a104bedb292323f53797b00864e10e434a3ab3906813a7169e4745b912a"}, - {file = "setuptools-79.0.0.tar.gz", hash = "sha256:9828422e7541213b0aacb6e10bbf9dd8febeaa45a48570e09b6d100e063fc9f9"}, + {file = "setuptools-80.0.0-py3-none-any.whl", hash = "sha256:a38f898dcd6e5380f4da4381a87ec90bd0a7eec23d204a5552e80ee3cab6bd27"}, + {file = "setuptools-80.0.0.tar.gz", hash = "sha256:c40a5b3729d58dd749c0f08f1a07d134fb8a0a3d7f87dc33e7c5e1f762138650"}, ] [package.extras] @@ -500,4 +500,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "121f95fb42823c506c7b3a3db4179e3039455cc0141120832065b169bfec0547" +content-hash = "f0d69b1775918a19d0973d6466b5968363ceef2eceff323b645e4fac8e48ed9b" diff --git a/pyproject.toml b/pyproject.toml index a8b3022..6d122b8 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,<80.0" +setuptools = ">=75.3,<81.0" [tool.pylama] linters = "pyflakes"