Skip to content

Commit ec67bf3

Browse files
authored
Merge pull request #2 from schultzm/dependabot/pip/setuptools-78.1.1
Bump setuptools from 75.3.0 to 78.1.1
2 parents 5b9cdf7 + 9641671 commit ec67bf3

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)