Skip to content

Commit

Permalink
[noissue]: Update setuptools requirement
Browse files Browse the repository at this point in the history
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@v39.2.0...v68.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 20afd1e commit d7fadae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ psycopg[binary]>=3.1.8,<=3.1.10
PyYAML>=5.1.1,<=6.0.1
python-gnupg>=0.5,<=0.5.1
redis>=4.3,<4.6.1
setuptools>=39.2,<68.1.0
setuptools>=39.2,<68.3.0
url-normalize>=1.4.3,<=1.4.3
uuid6>=2023.5.2,<=2024.1.1
whitenoise>=5.0,<6.6.0
Expand Down

0 comments on commit d7fadae

Please sign in to comment.