Skip to content

Commit

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


Updates `typer` from 0.9.0 to 0.11.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.11.0)

Updates `pytest-cov` from 4.1.0 to 5.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.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: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 27, 2024
1 parent bdb6fd7 commit f1d8b24
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 36 deletions.
63 changes: 30 additions & 33 deletions poetry.lock

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

6 changes: 3 additions & 3 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.12"
pydantic = ">=1.10,<3.0"
rich = ">=10.11.0,<14.0.0"
cel-python = "^0.1.5"
Expand All @@ -23,8 +23,8 @@ netcheck = "netcheck.cli:app"
[tool.poetry.group.dev.dependencies]
pytest = ">=7.2,<9.0"
coveralls = "^3.3.1"
pytest-cov = "^4.0.0"
ruff = ">=0.0.241,<0.3.4"
pytest-cov = ">=4,<6"
ruff = ">=0.0.241,<0.3.5"

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

0 comments on commit f1d8b24

Please sign in to comment.