Skip to content

Commit

Permalink
Bump the pip-updates group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip-updates group with 2 updates: [typer](https://github.com/fastapi/typer) and [setuptools](https://github.com/pypa/setuptools).


Updates `typer` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.12.4...0.12.5)

Updates `setuptools` from 72.2.0 to 73.0.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v72.2.0...v73.0.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent f278041 commit ba41726
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -18,7 +18,7 @@ build = ">=0.9,<1.3"
lastversion = { version = ">=2.4.2,<4.0.0", optional = true }
packaging = { version = ">=21.3,<25.0", optional = true }
typer = {extras = ["all"], version = ">=0.6.1,<0.13.0"}
setuptools = {version = ">=69.2,<73.0", python = ">=3.12"}
setuptools = {version = ">=69.2,<74.0", python = ">=3.12"}

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.0.1"
Expand Down

0 comments on commit ba41726

Please sign in to comment.