Skip to content

Commit

Permalink
chore(deps): bump the poetry group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the poetry group with 2 updates: [aiogram-dialog](https://github.com/tishka17/aiogram_dialog) and [ruff](https://github.com/astral-sh/ruff).


Updates `aiogram-dialog` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/tishka17/aiogram_dialog/releases)
- [Commits](Tishka17/aiogram_dialog@2.2.0...2.3.0)

Updates `ruff` from 0.8.2 to 0.8.3
- [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.2...0.8.3)

---
updated-dependencies:
- dependency-name: aiogram-dialog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 8d6a0f8 commit d4b88ea
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
53 changes: 26 additions & 27 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 @@ -9,13 +9,13 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
aiogram = "^3.13.1"
aiogram-dialog = "^2.2.0"
aiogram-dialog = "^2.3.0"
colorlog = "^6.8.2"
pre-commit = "^4.0.1"
pydantic = "^2.9.2"
pyyaml = "^6.0.2"
redis = "^5.1.0"
ruff = "^0.8.2"
ruff = "^0.8.3"

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

0 comments on commit d4b88ea

Please sign in to comment.