Skip to content

Commit 9641671

Browse files
Bump setuptools from 75.3.0 to 78.1.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.3.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.3.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b9cdf7 commit 9641671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
install_requires=["ete3 == 3.1.3",
4343
"biopython == 1.84",
4444
"six == 1.16.0",
45-
"setuptools == 75.3.0"],
45+
"setuptools == 78.1.1"],
4646
extras_require={ # Optional
4747
"dev": ["pre-commit", "pipenv"],
4848
"test": ["pytest", "pytest-cov"],

0 commit comments

Comments
 (0)