diff options
author | 2025-04-04 18:17:57 +0000 | |
---|---|---|
committer | 2025-05-01 08:19:04 +0200 | |
commit | 5e6882f89a608a53ecdf666d7ff7f5b3ae08e7b2 (patch) | |
tree | b614efb55e545b45570b61ddd249996905cfbaaf | |
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]>
-rw-r--r-- | poetry.lock | 23 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 19 deletions
diff --git a/poetry.lock b/poetry.lock index 3f425adb..1c740f51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -507,19 +507,18 @@ dev = ["PyGithub (>=1.43,<2.0)", "flake8 (>=3.8,<4.0)", "flake8-annotations (>=2 [[package]] name = "djangorestframework" -version = "3.14.0" +version = "3.16.0" description = "Web APIs for Django, made easy." optional = false -python-versions = ">=3.6" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "djangorestframework-3.14.0-py3-none-any.whl", hash = "sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08"}, - {file = "djangorestframework-3.14.0.tar.gz", hash = "sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8"}, + {file = "djangorestframework-3.16.0-py3-none-any.whl", hash = "sha256:bea7e9f6b96a8584c5224bfb2e4348dfb3f8b5e34edbecb98da258e892089361"}, + {file = "djangorestframework-3.16.0.tar.gz", hash = "sha256:f022ff46613584de994c0c6a4aebbace5fd700555fbe9d33b865ebf173eba6c9"}, ] [package.dependencies] -django = ">=3.0" -pytz = "*" +django = ">=4.2" [[package]] name = "filelock" @@ -987,18 +986,6 @@ docs = ["sphinx"] test = ["mypy", "pyaml", "pytest", "toml", "types-PyYAML", "types-toml"] [[package]] -name = "pytz" -version = "2025.1" -description = "World timezone definitions, modern and historical" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "pytz-2025.1-py2.py3-none-any.whl", hash = "sha256:89dd22dca55b46eac6eda23b2d72721bf1bdfef212645d81513ef5d03038de57"}, - {file = "pytz-2025.1.tar.gz", hash = "sha256:c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e"}, -] - -[[package]] name = "pyyaml" version = "6.0.2" description = "YAML parser and emitter for Python" 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" |