Skip to content

Commit 7e0409c

Browse files
Bump setuptools from 71.0.0 to 78.1.1 (#409)
Bumps [setuptools](https://github.com/pypa/setuptools) from 71.0.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@v71.0.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4f216c commit 7e0409c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ classifiers = []
99
urls = { "Documentation" = "https://ion-python.readthedocs.io/en/latest/?badge=latest" }
1010
dependencies = [
1111
"attrs==21.2.0",
12-
"setuptools==71.0.0", # Needed for jsonconversion, it seems
12+
"setuptools==78.1.1", # Needed for jsonconversion, it seems
1313
"jsonconversion==0.2.13", # 1.0.1 tightens the requirements for pytest, and 1.0.0 is broken.
1414
"pyparsing==3.2.3",
1515
]

0 commit comments

Comments
 (0)