Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
fix:(deps-dev): 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/CHANGES.rst)
- [Commits](pypa/setuptools@v65.3.0...v67.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent 3bdef6b commit fad04fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dev = [
"black>=22.3.0,<23.2.0",
"flake8>=4.0.1,<6.1.0",
"mypy>=0.991",
"setuptools>=65.3.0,<67.5.0",
"setuptools>=65.3.0,<67.6.0",
"pylint>=2.15.5",
]

Expand Down

0 comments on commit fad04fc

Please sign in to comment.