Skip to content

Commit 059f2b9

Browse files
authored
Merge pull request #101 from just-work/pyup-update-django-4.0.4-to-4.1
Update django to 4.1
2 parents a529ee1 + bf4960e commit 059f2b9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Diff for: requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Django==4.0.4
2-
Pillow==9.1.0
3-
django-admin-smoke==0.3.2
1+
Django==4.1
2+
Pillow==9.2.0
3+
django-admin-smoke==0.4.0
44
dj-inmemorystorage==2.1.0
55
factory-boy==3.2.1
6-
django-bitfield==2.1.0
6+
django-bitfield==2.2.0

Diff for: setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_version():
7070
author_email='[email protected]',
7171
description='Django application for image assets management',
7272
install_requires=[
73-
'Django>=2.2,<4.1',
73+
'Django>=2.2,<4.2',
7474
'Pillow>=8.1.2,<10.0.0',
7575
'django-bitfield~=2.0',
7676
],
@@ -81,6 +81,8 @@ def get_version():
8181
'Framework :: Django :: 3.0',
8282
'Framework :: Django :: 3.1',
8383
'Framework :: Django :: 3.2',
84+
'Framework :: Django :: 4.0',
85+
'Framework :: Django :: 4.1',
8486
'Operating System :: POSIX',
8587
'Programming Language :: Python :: 3.7',
8688
'Programming Language :: Python :: 3.8',

Diff for: tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ envlist =
55
{py3.7,py3.8,py3.9,py3.10}-django3.1
66
{py3.7,py3.8,py3.9,py3.10}-django3.2
77
{py3.8,py3.9,py3.10}-django4.0
8+
{py3.8,py3.9,py3.10}-django4.1
89

910
[gh-actions]
1011
python =
@@ -26,4 +27,5 @@ deps =
2627
django3.1: Django~=3.1.0
2728
django3.2: Django~=3.2.0
2829
django4.0: Django~=4.0.0
30+
django4.1: Django~=4.1.0
2931
commands = python manage.py test

0 commit comments

Comments
 (0)