diff --git a/poetry.lock b/poetry.lock index 2394d1089..a563c5bc4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4860,14 +4860,14 @@ jeepney = ">=0.6" [[package]] name = "setuptools" -version = "81.0.0" +version = "82.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "setuptools-81.0.0-py3-none-any.whl", hash = "sha256:fdd925d5c5d9f62e4b74b30d6dd7828ce236fd6ed998a08d81de62ce5a6310d6"}, - {file = "setuptools-81.0.0.tar.gz", hash = "sha256:487b53915f52501f0a79ccfd0c02c165ffe06631443a886740b91af4b7a5845a"}, + {file = "setuptools-82.0.0-py3-none-any.whl", hash = "sha256:70b18734b607bd1da571d097d236cfcfacaf01de45717d59e6e04b96877532e0"}, + {file = "setuptools-82.0.0.tar.gz", hash = "sha256:22e0a2d69474c6ae4feb01951cb69d515ed23728cf96d05513d36e42b62b37cb"}, ] [package.extras] @@ -5978,4 +5978,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "925b783e9e6d524c8f28802e843dc814d9d826dcc5794b9c6038db709cc0ce32" +content-hash = "d22f1e60c2f6a98e0ccd9a736c4fc1d623d5ee6853dccde83f9a5e50b9a3d154" diff --git a/pyproject.toml b/pyproject.toml index 7b6f7d38e..39ba0bc7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ pytest-cov = "^7.0.0" pytest-xdist = "^3.8.0" radon = "^6.0.1" requests-mock = "^1.11.0" -setuptools = "^81.0.0" +setuptools = "^82.0.0" sqlalchemy-utils = "^0.41.2" vulture = "^2.10" detect-secrets = "^1.5.0"