File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ django-markup>=1.5 # Limited use - need to reconcile against direct use of ma
2020django-oidc-provider >= 0.8.1 # 0.8 dropped Django 2 support
2121django-referrer-policy >= 1.0
2222django-simple-history >= 3.0.0
23- django-stubs >= 4.2.7 # The django-stubs version used determines the the mypy version indicated below
23+ django-stubs >= 4.2.7 , < 5 # The django-stubs version used determines the the mypy version indicated below
2424django-tastypie >= 0.14.5 # Version must be locked in sync with version of Django
2525django-vite >= 2.0.2 ,< 3
2626django-widget-tweaks >= 1.4.12
@@ -57,6 +57,7 @@ python-magic==0.4.18 # Versions beyond the yanked .19 and .20 introduce form
5757pymemcache >= 4.0.0 # for django.core.cache.backends.memcached.PyMemcacheCache
5858python-mimeparse >= 1.6 # from TastyPie
5959pytz == 2022.2.1 # Pinned as changes need to be vetted for their effect on Meeting fields
60+ types-pytz == 2022.2.1 # match pytz version
6061requests >= 2.31.0
6162types-requests >= 2.27.1
6263requests-mock >= 1.9.3
You can’t perform that action at this time.
0 commit comments