diff --git a/poetry.lock b/poetry.lock index 2f5142dd..73ea52ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1806,18 +1806,18 @@ wcmatch = ">=8.3,<9.0" [[package]] name = "setuptools" -version = "74.1.2" +version = "75.1.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.1.0-py3-none-any.whl", hash = "sha256:35ab7fd3bcd95e6b7fd704e4a1539513edad446c097797f2985e0e4b960772f2"}, + {file = "setuptools-75.1.0.tar.gz", hash = "sha256:d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538"}, ] [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)"] @@ -2016,4 +2016,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "c2f02864ec4dcddd82f84f1e3dd50f071ebe8465a2227fae560bb44af167c51a" +content-hash = "6f91d077795ffa9908ed1d69c8e71cfa61be95d366d08e64e03604405873ab6c" diff --git a/pyproject.toml b/pyproject.toml index 163e98af..c7613d9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,14 +30,14 @@ configparser = ">=5.3,<8.0" prettytable="^3.6.0" yara-python = "^4.5.1" disposable-email-domains = ">=0.0.103,<0.0.108" -setuptools = ">=70.3,<75.0" +setuptools = ">=70.3,<76.0" [tool.poetry.group.dev.dependencies] mypy = "^1.4.1" coverage = "^7.2.7" flake8 = ">=5.0.4,<8.0.0" pytest = ">=7.4,<9.0" -setuptools = ">=65.6.3,<75.0.0" +setuptools = ">=65.6.3,<76.0.0" pytest-mock = "^3.11.1" sarif-tools = "^2.0.0"