Skip to content

Commit

Permalink
Update setuptools requirement from <68.3.0,>=59.1.1 to >=59.1.1,<69.1…
Browse files Browse the repository at this point in the history
….0 (GeoNode#11724)

* Update setuptools requirement from <68.3.0,>=59.1.1 to >=59.1.1,<69.1.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...v69.0.2)

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

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

* [Dependencies] Align setup.cfg with requirements.txt

* Merge branch 'master' into dependabot/pip/setuptools-gte-59.1.1-and-lt-69.1.0

---------

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 Jan 11, 2024
1 parent 5fdc609 commit 8ece512
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 @@ -158,7 +158,7 @@ pytest-bdd==7.0.1
splinter==0.19.0
pytest-splinter==3.3.2
pytest-django==4.7.0
setuptools>=65.5.1,<68.3.0
setuptools>=65.5.1,<69.1.0
pip==23.3.1
Twisted==23.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 @@ -183,7 +183,7 @@ install_requires =
splinter==0.19.0
pytest-splinter==3.3.2
pytest-django==4.7.0
setuptools>=65.5.1,<68.3.0
setuptools>=65.5.1,<69.1.0
pip==23.3.1
Twisted==23.10.0
pixelmatch==0.3.0
Expand Down

0 comments on commit 8ece512

Please sign in to comment.