Skip to content

Commit be3436d

Browse files
committed
up: upgrade factory boy and django
1 parent 3cb1c23 commit be3436d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages = [{include = "rest_email_auth"}]
2626

2727
[tool.poetry.dependencies]
2828
python = "^3.9"
29-
Django = ">=3.2"
29+
Django = ">=3.2, <6"
3030
django-email-utils = "^1"
3131
djangorestframework = "^3.16"
3232

@@ -38,7 +38,7 @@ optional = true
3838
coreapi = "~=2.3"
3939

4040
[tool.poetry.group.dev.dependencies]
41-
factory_boy = "~=3.2"
41+
factory_boy = "~=3.3"
4242
pytest = "~=7.4"
4343
pytest-django = "~=4.5"
4444
pytest-cov = "~=4.1"

0 commit comments

Comments
 (0)