Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [typer[all]](https://github.com/tiangolo/typer) and [flake8-builtins](https://github.com/gforcada/flake8-builtins).


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

Updates `flake8-builtins` from 2.2.0 to 2.4.0
- [Changelog](https://github.com/gforcada/flake8-builtins/blob/main/CHANGES.rst)
- [Commits](gforcada/flake8-builtins@2.2.0...2.4.0)

---
updated-dependencies:
- dependency-name: typer[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: flake8-builtins
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 0bb3ce8 commit c94fb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"phonenumberslite==8.13.33",
"pydantic==2.6.4",
"rich==13.7.1",
"typer[all]==0.10.0",
"typer[all]==0.12.0",
"Unidecode==1.3.8",
]

Expand All @@ -35,7 +35,7 @@ dev = [
"bandit[toml]==1.7.8",
"black==24.3.0",
"flake8-bugbear==24.2.6",
"flake8-builtins==2.2.0",
"flake8-builtins==2.4.0",
"flake8-comprehensions==3.14.0",
"flake8-docstrings==1.7.0",
"flake8-encodings[classes]==0.5.1",
Expand Down

0 comments on commit c94fb60

Please sign in to comment.