Skip to content

Commit

Permalink
chore(deps): bump the poetry group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the poetry group with 4 updates in the / directory: [colorlog](https://github.com/borntyping/python-colorlog), [pre-commit](https://github.com/pre-commit/pre-commit), [redis](https://github.com/redis/redis-py) and [ruff](https://github.com/astral-sh/ruff).


Updates `colorlog` from 6.8.2 to 6.9.0
- [Release notes](https://github.com/borntyping/python-colorlog/releases)
- [Commits](borntyping/python-colorlog@v6.8.2...v6.9.0)

Updates `pre-commit` from 3.8.0 to 4.0.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.8.0...v4.0.1)

Updates `redis` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.1.0...v5.2.0)

Updates `ruff` from 0.6.8 to 0.7.1
- [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.6.8...0.7.1)

---
updated-dependencies:
- dependency-name: colorlog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: redis
  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-minor
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 02e6510 commit 20d6da6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ package-mode = false
python = "^3.12"
aiogram = "^3.13.1"
aiogram-dialog = "^2.2.0"
colorlog = "^6.8.2"
pre-commit = "^3.8.0"
colorlog = "^6.9.0"
pre-commit = "^4.0.1"
pydantic = "^2.9.2"
pyyaml = "^6.0.2"
redis = "^5.1.0"
ruff = "^0.6.8"
redis = "^5.2.0"
ruff = "^0.7.1"

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

0 comments on commit 20d6da6

Please sign in to comment.