diff options
author | 2025-04-04 18:17:57 +0000 | |
---|---|---|
committer | 2025-05-01 08:19:04 +0200 | |
commit | 5e6882f89a608a53ecdf666d7ff7f5b3ae08e7b2 (patch) | |
tree | b614efb55e545b45570b61ddd249996905cfbaaf /pyproject.toml | |
parent | Merge pull request #1515 from python-discord/resource-missing-semester (diff) |
Bump djangorestframework from 3.14.0 to 3.16.0
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.16.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.16.0)
---
updated-dependencies:
- dependency-name: djangorestframework
dependency-version: 3.16.0
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b311ba85..531fc540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ django-environ = "0.11.2" django-filter = "25.1" django-prometheus = "2.3.1" django-simple-bulma = "2.6.0" -djangorestframework = "3.14.0" +djangorestframework = "3.16.0" gunicorn = "23.0.0" httpx = "0.28.1" markdown = "3.7" |