Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates: [typer](https://github.com/tiangolo/typer) and [ruff](https://github.com/astral-sh/ruff).


Updates `typer` from 0.9.0 to 0.10.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.9.0...0.10.0)

Updates `ruff` from 0.3.3 to 0.3.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.3...v0.3.4)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 24, 2024
1 parent d06f702 commit 9e0a9b8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "netcheck"}]
python = "^3.10"
dnspython = "^2.2"
requests = "^2.28"
typer = "^0.9"
typer = ">=0.9,<0.11"
pydantic = ">=1.10,<3.0"
rich = ">=10.11.0,<14.0.0"
cel-python = "^0.1.5"
Expand All @@ -24,7 +24,7 @@ netcheck = "netcheck.cli:app"
pytest = ">=7.2,<9.0"
coveralls = "^3.3.1"
pytest-cov = "^4.0.0"
ruff = ">=0.0.241,<0.3.4"
ruff = ">=0.0.241,<0.3.5"

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit 9e0a9b8

Please sign in to comment.