Skip to content

Commit

Permalink
build(deps-dev): bump setuptools from 69.0.3 to 70.0.0
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.3 to 70.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.0.3...v70.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 80ed0f1 commit c3338d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pytest-asyncio = "^0.23.3"
ruff = "^0.1.11"
watchdog = "^3.0.0"
pytest-cov = "^4.1.0"
setuptools = "^69.0.3"
setuptools = ">=69.0.3,<71.0.0"

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "I"]
Expand Down

0 comments on commit c3338d1

Please sign in to comment.