Skip to content

Commit

Permalink
chore: Bump djangorestframework from 3.14.0 to 3.15.1
Browse files Browse the repository at this point in the history
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](encode/django-rest-framework@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and svillegas-cdd committed Apr 18, 2024
1 parent 67628a0 commit d48c036
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
# Note: To install a package from a Git VCS repository, see the following example:
# git+https://github.com/example/example.git@example-vcs-ref#egg=example-pkg[foo,bar]==1.42.3

backports-zoneinfo==0.2.1 ; python_version < "3.9" # Used by `djangorestframework`.
cryptography==42.0.5
defusedxml==0.7.1
Django>=2.2.24
djangorestframework>=3.10.3,<3.15
djangorestframework>=3.10.3,<3.16
importlib-metadata==7.1.0
jsonschema==4.21.1
lxml==5.2.1
Expand Down
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ attrs==23.1.0
# via
# jsonschema
# referencing
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements.in
# djangorestframework
certifi==2023.7.22
# via signxml
cffi==1.15.1
Expand All @@ -27,7 +31,7 @@ django==3.2.25
# via
# -r requirements.in
# djangorestframework
djangorestframework==3.14.0
djangorestframework==3.15.1
# via -r requirements.in
importlib-metadata==7.1.0
# via -r requirements.in
Expand Down Expand Up @@ -63,7 +67,6 @@ pytz==2024.1
# via
# -r requirements.in
# django
# djangorestframework
referencing==0.30.2
# via
# jsonschema
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_version(*file_paths: str) -> str:

extras_requirements = {
'django': ['Django>=2.2.24'],
'djangorestframework': ['djangorestframework>=3.10.3,<3.15'],
'djangorestframework': ['djangorestframework>=3.10.3,<3.16'],
}

setup_requirements: Sequence[str] = []
Expand Down

0 comments on commit d48c036

Please sign in to comment.