Skip to content

Commit

Permalink
chore(deps): remove now redundant setuptools version pin (#534)
Browse files Browse the repository at this point in the history
* chore(deps): update setuptools requirement in /pipelines/requirements

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/CHANGES.rst)
- [Commits](pypa/setuptools@0.6...v65.5.0)

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

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

* Try just removing setuptools

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Craigie <[email protected]>
  • Loading branch information
dependabot[bot] and RobertCraigie authored Nov 20, 2022
1 parent 1f1527e commit 49f5400
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pipelines/requirements/typesafety-mypy.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
-r test.txt

# we have to install setuptools and pytest-mypy-plugins here to be able to
# pin the setuptools version and testenv.requires not working.
# we need a specific version of setuptools due to pystache and
# https://github.com/pypa/setuptools/issues/1120
setuptools<58
pytest-mypy-plugins==1.6.1

0 comments on commit 49f5400

Please sign in to comment.