Skip to content

Commit 4386111

Browse files
authoredSep 1, 2022
Update django requirement from <3.3,>=2.2 to >=2.2,<4.2
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] <support@github.com>
1 parent ca0b1b8 commit 4386111

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)
Please sign in to comment.