Skip to content

Commit

Permalink
Bump the django group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the django group with 2 updates: [django](https://github.com/django/django) and [django-stubs](https://github.com/typeddjango/django-stubs).


Updates `django` from 4.2.7 to 5.0
- [Commits](django/django@4.2.7...5.0)

Updates `django-stubs` from 4.2.4 to 4.2.7
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](typeddjango/django-stubs@4.2.4...4.2.7)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django
- dependency-name: django-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: django
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent c617b8e commit be4532a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
35 changes: 17 additions & 18 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 @@ -8,7 +8,7 @@ readme = "README.md"
repository = "https://github.com/PyGotham/awards"

[tool.poetry.dependencies]
Django = "^4.2"
Django = "^5.0"
psycopg2 = "^2.9.9"
python = "^3.11"
python-decouple = "^3.8"
Expand All @@ -17,7 +17,7 @@ python-decouple = "^3.8"
black = "^23.11"
bpython = "^0.24"
django-debug-toolbar = "^4.2.0"
django-stubs = "^4.2.4"
django-stubs = "^4.2.7"
flake8 = "^6.1.0"
flake8-bugbear = "^23.12.2"
ipdb = "^0.13.13"
Expand Down

0 comments on commit be4532a

Please sign in to comment.