Skip to content

Commit

Permalink
Update setuptools requirement from <68.2.0,>=59.1.1 to >=59.1.1,<68.3…
Browse files Browse the repository at this point in the history
….0 (#11454)

* Update setuptools requirement from <68.2.0,>=59.1.1 to >=59.1.1,<68.3.0

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v65.5.1...v68.2.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

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

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <[email protected]>
  • Loading branch information
dependabot[bot] and afabiani authored Sep 13, 2023
1 parent 4b49d62 commit 9e27bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ pytest-bdd==6.1.1
splinter==0.19.0
pytest-splinter==3.3.2
pytest-django==4.5.2
setuptools>=59.1.1,<68.2.0
setuptools>=59.1.1,<68.3.0
pip==23.2.1
Twisted==22.10.0
pixelmatch==0.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ install_requires =
splinter==0.19.0
pytest-splinter==3.3.2
pytest-django==4.5.2
setuptools>=59.1.1,<68.2.0
setuptools>=59.1.1,<68.3.0
pip==23.2.1
Twisted==22.10.0
pixelmatch==0.3.0
Expand Down

0 comments on commit 9e27bf3

Please sign in to comment.