Skip to content

Commit

Permalink
Bump the minor-versions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-versions group with 2 updates in the / directory: [ruff](https://github.com/astral-sh/ruff) and [sqlparse](https://github.com/andialbrecht/sqlparse).


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

Updates `sqlparse` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.2...0.5.3)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-versions
- dependency-name: sqlparse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-versions
...

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

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gunicorn = "^23.0.0"
whitenoise = "^6.8.2"

[tool.poetry.group.dev.dependencies]
ruff = "^0.8.2"
ruff = "^0.8.4"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit dbd314f

Please sign in to comment.