Skip to content

Commit

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


Updates `gunicorn` from 22.0.0 to 23.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@22.0.0...23.0.0)

Updates `ruff` from 0.5.6 to 0.5.7
- [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.5.6...0.5.7)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jairhenrique committed Aug 12, 2024
1 parent 4c17446 commit f65093c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
Django = "^5"
gunicorn = "^22.0.0"
gunicorn = "^23.0.0"
uvicorn = "^0.30.5"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit f65093c

Please sign in to comment.