Skip to content

Commit

Permalink
Update django requirement from <4.2,>=2.2 to >=2.2,<4.3
Browse files Browse the repository at this point in the history
Updates the requirements on [django](https://github.com/django/django) to permit the latest version.
- [Commits](django/django@2.2...4.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent 04b77bd commit 12c0f57
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,<4.2',
'django>=2.2,<4.3',
'paypal-checkout-serversdk>=1.0.1',
'requests>=2.26.0',
'django-localflavor'
Expand Down

0 comments on commit 12c0f57

Please sign in to comment.