Skip to content

Commit 7388301

Browse files
Update setuptools requirement from <71 to <77
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@0.6...v76.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d533f36 commit 7388301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ def get_version(version_file):
9999
# when attempting to reinstall this package, since then setuptools cannot
100100
# be imported. This is precisely what happens during idempotence testing
101101
# of cisagov/ansible-role-pca-gophish-composition, so we must insist that
102-
# only setuptools<71 is installed.
103-
install_requires=["docopt", "gophish", "setuptools<71"],
102+
# only setuptools<77 is installed.
103+
install_requires=["docopt", "gophish", "setuptools<77"],
104104
extras_require={
105105
# IMPORTANT: Keep type hinting-related dependencies of the dev section
106106
# in sync with the mypy pre-commit hook configuration (see

0 commit comments

Comments
 (0)