aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-29 05:33:45 +0000
committerGravatar Johannes Christ <[email protected]>2024-03-29 13:27:07 +0100
commit5dc92bc726a7ad875cad5f43308313c0b45b4adf (patch)
treedcc5c7b6c9a8b38d4fa0b130e8acbf4879c2fe39 /pyproject.toml
parentMerge pull request #1262 from python-discord/feat/timeline-css-rewrite (diff)
Bump djangorestframework from 3.14.0 to 3.15.1
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 760ec819..3b21aa08 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ django-environ = "0.11.2"
django-filter = "24.2"
django-prometheus = "2.3.1"
django-simple-bulma = "2.6.0"
-djangorestframework = "3.14.0"
+djangorestframework = "3.15.1"
gunicorn = "21.2.0"
httpx = "0.27.0"
markdown = "3.6"