Skip to content

Commit

Permalink
build(deps): Bump setuptools from 69.5.1 to 70.0.0
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.5.1 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.5.1...v70.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and aparcar committed Jun 9, 2024
1 parent ce8a8ef commit dbe93e9
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 @@ -17,7 +17,7 @@ connexion = {extras = ["swagger-ui"], version = "^2.14.2"}
prometheus-client = ">=0.13.1,<0.21.0"
gunicorn = ">=20.1,<23.0"
podman = ">=4.4.1,<6.0.0"
setuptools = "^69.0.3"
setuptools = ">=69.0.3,<71.0.0"

[tool.poetry.group.dev.dependencies]
ruff = ">=0.2.2,<0.5.0"
Expand Down

0 comments on commit dbe93e9

Please sign in to comment.