diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 19:41:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 19:41:03 +0000 |
commit | e81d2eb6566cafa74d38569d83bf6bd94703e84a (patch) | |
tree | ae099d5ea3830d7da4d2c5dda2b3c55bd47d4542 /pyproject.toml | |
parent | added a new option to remove color from output (diff) | |
download | delf-dependabot/pip/setuptools-70.0.0.tar.gz delf-dependabot/pip/setuptools-70.0.0.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 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |