Skip to content

Commit

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


Updates `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

Updates `ruff` from 0.8.3 to 0.8.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@0.8.3...0.8.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent b1a7dfd commit a704c59
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 @@ -14,12 +14,12 @@ beak = "jg.beak.core:main"

[tool.poetry.dependencies]
python = ">=3.11 <4.0"
click = "8.1.7"
click = "8.1.8"

[tool.poetry.group.dev.dependencies]
pytest = "8.3.4"
pytest-ruff = "0.4.1"
ruff = "0.8.3"
ruff = "0.8.4"

[tool.pytest.ini_options]
python_files = "test_*.py"
Expand Down

0 comments on commit a704c59

Please sign in to comment.