Skip to content

Commit

Permalink
chore(deps): bump django from 5.1.4 to 5.1.6
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.6.
- [Commits](django/django@5.1.4...5.1.6)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent f3f1c10 commit 502f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = { file = "LICENSE" }
classifiers = ["Programming Language :: Python :: 3 :: Only"]
requires-python = ">=3.12"
maintainers = [{ name = "Compiler LLC", email = "[email protected]" }]
dependencies = ["Django==5.1.4", "gunicorn==23.0.0"]
dependencies = ["Django==5.1.6", "gunicorn==23.0.0"]

[project.optional-dependencies]
dev = ["black", "flake8", "pre-commit", "setuptools_scm>=8"]
Expand Down

0 comments on commit 502f0e5

Please sign in to comment.