Skip to content

Commit

Permalink
Update django requirement from <3.3,>=2.2 to >=2.2,<4.2
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.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@2.2...4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2022
1 parent ca0b1b8 commit 4386111
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 4386111

Please sign in to comment.