diff options
author | 2025-05-08 15:32:58 +0000 | |
---|---|---|
committer | 2025-05-08 15:32:58 +0000 | |
commit | b955629c3788b1f837a3a1b0ad9e6c4a4a8c0c9e (patch) | |
tree | 28594c7020ea5ea70146a988995c23082834bcc1 | |
parent | Merge pull request #1508 from python-discord/dependabot/pip/markdown-3.8 (diff) |
Bump django from 5.1.8 to 5.1.9
Bumps [django](https://github.com/django/django) from 5.1.8 to 5.1.9.
- [Commits](https://github.com/django/django/compare/5.1.8...5.1.9)
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.1.9
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index c3147c7c..ece9c847 100644 --- a/poetry.lock +++ b/poetry.lock @@ -400,14 +400,14 @@ files = [ [[package]] name = "django" -version = "5.1.8" +version = "5.1.9" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "Django-5.1.8-py3-none-any.whl", hash = "sha256:11b28fa4b00e59d0def004e9ee012fefbb1065a5beb39ee838983fd24493ad4f"}, - {file = "Django-5.1.8.tar.gz", hash = "sha256:42e92a1dd2810072bcc40a39a212b693f94406d0ba0749e68eb642f31dc770b4"}, + {file = "django-5.1.9-py3-none-any.whl", hash = "sha256:2fd1d4a0a66a5ba702699eb692e75b0d828b73cc2f4e1fc4b6a854a918967411"}, + {file = "django-5.1.9.tar.gz", hash = "sha256:565881bdd0eb67da36442e9ac788bda90275386b549070d70aee86327781a4fc"}, ] [package.dependencies] @@ -1325,4 +1325,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.*" -content-hash = "56a98384ebe7576c4c0afabb800a758bbef4a36040a259b476f89055a4d058c9" +content-hash = "ee81a2cae1fa7ca3b51cd1ee29a0d602aa20883190b36f040d072233038a5ae3" diff --git a/pyproject.toml b/pyproject.toml index f8ba4e28..8aedc094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.11.*" -django = "5.1.8" +django = "5.1.9" django-distill = "3.2.7" django-environ = "0.11.2" django-filter = "25.1" |