Skip to content

Commit

Permalink
Bump the minor-versions group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-versions group with 3 updates: [dj-database-url](https://github.com/jazzband/dj-database-url), [whitenoise](https://github.com/evansd/whitenoise) and [ruff](https://github.com/astral-sh/ruff).


Updates `dj-database-url` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/jazzband/dj-database-url/releases)
- [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md)
- [Commits](jazzband/dj-database-url@v2.2.0...v2.3.0)

Updates `whitenoise` from 6.7.0 to 6.8.1
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.7.0...6.8.1)

Updates `ruff` from 0.7.0 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.7.0...0.7.1)

---
updated-dependencies:
- dependency-name: dj-database-url
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 72e1b9d commit f2bf59e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 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 @@ -14,16 +14,16 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
django = "^5.1"
dj-database-url = "^2.2.0"
dj-database-url = "^2.3.0"
django-configurations = "^2.5"
django-debug-toolbar = "^4.4.6"
django-extensions = "^3.2.3"
django4-bootstrap-breadcrumbs = "^0.10.0"
gunicorn = "^23.0.0"
whitenoise = "^6.7.0"
whitenoise = "^6.8.1"

[tool.poetry.group.dev.dependencies]
ruff = "^0.7.0"
ruff = "^0.7.1"

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

0 comments on commit f2bf59e

Please sign in to comment.