Skip to content

Commit

Permalink
Bump django from 5.0.5 to 5.0.6 (#2135)
Browse files Browse the repository at this point in the history
* Bump django from 5.0.5 to 5.0.6

Bumps [django](https://github.com/django/django) from 5.0.5 to 5.0.6.
- [Commits](django/django@5.0.5...5.0.6)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Django==4.2.13

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marti Raudsepp <marti@juffo.org>
  • Loading branch information
dependabot[bot] and intgr authored May 8, 2024
1 parent b1508f2 commit 22706bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pytest-shard==0.1.2

# Django deps:
psycopg2-binary
Django==4.2.12; python_version < '3.10'
Django==5.0.5; python_version >= '3.10'
Django==4.2.13; python_version < '3.10'
Django==5.0.6; python_version >= '3.10'
-e ./ext
-e .[redis,compatible-mypy,oracle]

Expand Down

0 comments on commit 22706bf

Please sign in to comment.