diff --git a/poetry.lock b/poetry.lock index dba14cd8e..f394abc32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -369,13 +369,13 @@ files = [ [[package]] name = "lastversion" -version = "3.5.5" +version = "3.5.6" description = "A CLI tool to find the latest stable version of an arbitrary project" optional = true python-versions = ">=3.6" files = [ - {file = "lastversion-3.5.5-py3-none-any.whl", hash = "sha256:9b3c1901e069e6c6365c34b8c9120e2cd3e6ed06f36954c4e4e6046cdcf1548e"}, - {file = "lastversion-3.5.5.tar.gz", hash = "sha256:236120a3b7cba6dfa7deaf420b509438193fba503bd97b40b556acad36935bbc"}, + {file = "lastversion-3.5.6-py3-none-any.whl", hash = "sha256:e36aba9dffc35c0fedf1d8bcb2a3b79c1c03a49ec78024fb10051d02ed539d2d"}, + {file = "lastversion-3.5.6.tar.gz", hash = "sha256:e2b4fb28039bc314e30041727e24bc0a0e782c372627a6a601843b4ad3a31dd9"}, ] [package.dependencies] @@ -613,13 +613,13 @@ files = [ [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -751,18 +751,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)"] @@ -959,4 +959,4 @@ outdated = ["lastversion", "packaging"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "081b95200e1305a658e0b4029b1ab4277537bd428c687e3e7809e9aee783c7cf" +content-hash = "255a70a0404f4b0d0537e95ab9eb32b5038a1ee43a24788b69d286c4fb837659" diff --git a/pyproject.toml b/pyproject.toml index 93bffe00b..4c054d5aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ build = ">=0.9,<1.3" lastversion = { version = ">=2.4.2,<4.0.0", optional = true } packaging = { version = ">=21.3,<25.0", optional = true } typer = {extras = ["all"], version = ">=0.6.1,<0.13.0"} -setuptools = {version = ">=69.2,<75.0", python = ">=3.12"} +setuptools = {version = ">=69.2,<76.0", python = ">=3.12"} [tool.poetry.group.dev.dependencies] pre-commit = "^3.0.1"