Skip to content

Commit

Permalink
Merge pull request #287 from django-oscar/dependabot/pip/django-gte-2…
Browse files Browse the repository at this point in the history
….2-and-lt-4.2

Update django requirement from <3.3,>=2.2 to >=2.2,<4.2
  • Loading branch information
specialunderwear authored Sep 1, 2023
2 parents ca0b1b8 + 4386111 commit 04b77bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packages=find_packages(exclude=['sandbox*', 'tests*']),
include_package_data=True,
install_requires=[
'django>=2.2,<3.3',
'django>=2.2,<4.2',
'paypal-checkout-serversdk>=1.0.1',
'requests>=2.26.0',
'django-localflavor'
Expand Down

0 comments on commit 04b77bd

Please sign in to comment.