Skip to content

Commit

Permalink
Bump setuptools from 75.3.0 to 75.4.0 (#180)
Browse files Browse the repository at this point in the history
* Bump setuptools from 75.3.0 to 75.4.0

Bumps [setuptools](https://github.com/pypa/setuptools) from 75.3.0 to 75.4.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.3.0...v75.4.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* ADD setuptools version constraint for Python 3.8

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sfneal <[email protected]>
  • Loading branch information
dependabot[bot] and sfneal authored Nov 12, 2024
1 parent d5961f4 commit a8079b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ coverage==7.6.4; python_version>="3.9"
green==4.0.2
lxml==5.3.0
parameterized==0.9.0
setuptools==75.3.0
setuptools==75.3.0; python_version<="3.8"
setuptools==75.4.0; python_version>="3.9"
Unidecode==1.3.8

0 comments on commit a8079b5

Please sign in to comment.