Skip to content

Commit cf8b130

Browse files
Bump setuptools from 70.0.0 to 78.1.1 (#732)
* Bump setuptools from 70.0.0 to 78.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 70.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@v70.0.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]> * Replace deprecated classifier with explicit SPDX MIT license classifier. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gary Malouf <[email protected]>
1 parent 9a61028 commit cf8b130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pytest-cov==3.0.0
88
pytest-custom-exit-code==0.3.0
99
pytest-timeout==2.1.0
1010
pytest-xdist==3.0.2
11-
setuptools==70.0.0
11+
setuptools==78.1.1
1212
types-setuptools==70.0.0.20240524

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
classifiers=[
3333
"Programming Language :: Python :: 3",
34-
"License :: OSI Approved :: MIT License",
34+
"MIT",
3535
"Operating System :: OS Independent",
3636
],
3737
package_data={"pyteal": ["*.pyi", "py.typed"]},

0 commit comments

Comments
 (0)