Skip to content

Commit

Permalink
build: bump django from 3.2 to 3.2.19 in /test_requirements (#7551)
Browse files Browse the repository at this point in the history
* build: bump django from 3.2 to 3.2.19 in /test_requirements

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

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

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

* Update django-2.2.txt

* Update django-3.1.txt

* Update django-3.2.txt

* Update django-4.0.txt

* Update django-4.1.txt

* Update django-4.2.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabian Braun <fsbraun@gmx.de>
  • Loading branch information
dependabot[bot] and fsbraun committed May 12, 2023
1 parent 1106ae6 commit 63f421a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test_requirements/django-3.2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements_base.txt
Django==3.2
Django>=3.2,<4.0
djangocms-admin-style>=3.0
django-classy-tags>=3.0
django-formtools==2.2
Expand Down
2 changes: 1 addition & 1 deletion test_requirements/django-4.0.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements_base.txt
Django==4.0
Django>=4.0, <4.1
django-formtools==2.2
pyenchant==3.0.1
2 changes: 1 addition & 1 deletion test_requirements/django-4.1.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements_base.txt
Django==4.1
Django>=4.1,<4.2
django-formtools==2.2
pyenchant==3.0.1
2 changes: 1 addition & 1 deletion test_requirements/django-4.2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

-r requirements_base.txt
Django==4.2
Django>=4.2,<5.0
django-formtools==2.2
pyenchant==3.0.1

0 comments on commit 63f421a

Please sign in to comment.