Skip to content

Commit

Permalink
Deps: Bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates: [django](https://github.com/django/django) and [djangorestframework](https://github.com/encode/django-rest-framework).


Updates `django` from 2.2.28 to 4.2.5
- [Commits](django/django@2.2.28...4.2.5)

Updates `djangorestframework` from 3.11.2 to 3.14.0
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.11.2...3.14.0)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 45cc2ce commit a5cd776
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 16 deletions.
107 changes: 93 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
django = "=2.2.28"
django = "=4.2.5"
xmltodict = ">=0.12,<0.14"
pyyaml = ">=5.3.1,<7.0.0"
uritemplate = ">=3.0.1,<5.0.0"
djangorestframework = "=3.11.2"
djangorestframework = "=3.14.0"
coreapi = "^2.3.3"
weasyprint = ">=51,<60"
rope = ">=0.17,<1.10"
Expand Down

0 comments on commit a5cd776

Please sign in to comment.