Skip to content

Commit 04b77bd

Browse files
Merge pull request #287 from django-oscar/dependabot/pip/django-gte-2.2-and-lt-4.2
Update django requirement from <3.3,>=2.2 to >=2.2,<4.2
2 parents ca0b1b8 + 4386111 commit 04b77bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages=find_packages(exclude=['sandbox*', 'tests*']),
1818
include_package_data=True,
1919
install_requires=[
20-
'django>=2.2,<3.3',
20+
'django>=2.2,<4.2',
2121
'paypal-checkout-serversdk>=1.0.1',
2222
'requests>=2.26.0',
2323
'django-localflavor'

0 commit comments

Comments
 (0)