Skip to content

Commit

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


Updates `django` from 4.2.16 to 5.1.2
- [Commits](django/django@4.2.16...5.1.2)

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

---
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-major
  dependency-group: django
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 4762958 commit f4f90b2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 39 deletions.
64 changes: 27 additions & 37 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.1"
psycopg2 = "^2.9.10"
python = "^3.11"
python-decouple = "^3.8"
Expand All @@ -17,7 +17,7 @@ python-decouple = "^3.8"
black = "^24.10"
bpython = "^0.24"
django-debug-toolbar = "^4.4.6"
django-stubs = "^4.2.4"
django-stubs = "^5.1.1"
flake8 = "^7.1.1"
flake8-bugbear = "^24.8.19"
ipdb = "^0.13.13"
Expand Down

0 comments on commit f4f90b2

Please sign in to comment.