aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-15 19:41:03 +0000
committerGitHub <noreply@github.com>2024-07-15 19:41:03 +0000
commite81d2eb6566cafa74d38569d83bf6bd94703e84a (patch)
treeae099d5ea3830d7da4d2c5dda2b3c55bd47d4542 /pyproject.toml
parentadded a new option to remove color from output (diff)
downloaddelf-e81d2eb6566cafa74d38569d83bf6bd94703e84a.tar.gz
delf-e81d2eb6566cafa74d38569d83bf6bd94703e84a.zip
Bump setuptools from 69.5.1 to 70.0.0dependabot/pip/setuptools-70.0.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.5.1 to 70.0.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/v69.5.1...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6747372..81fcb55 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.12"
capstone = "^4.0.2"
-setuptools = "^69.5.1"
+setuptools = ">=69.5.1,<71.0.0"
[tool.poetry.scripts]
delf = "delf:main"