Skip to content

Commit c0a12fa

Browse files
chore(deps): fix requirements.txt versions (ietf-tools#7414)
* not ready for django-stubs==5 * pin types-pytz to match existing pytz pin
1 parent 565486e commit c0a12fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ django-markup>=1.5 # Limited use - need to reconcile against direct use of ma
2020
django-oidc-provider>=0.8.1 # 0.8 dropped Django 2 support
2121
django-referrer-policy>=1.0
2222
django-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
2424
django-tastypie>=0.14.5 # Version must be locked in sync with version of Django
2525
django-vite>=2.0.2,<3
2626
django-widget-tweaks>=1.4.12
@@ -57,6 +57,7 @@ python-magic==0.4.18 # Versions beyond the yanked .19 and .20 introduce form
5757
pymemcache>=4.0.0 # for django.core.cache.backends.memcached.PyMemcacheCache
5858
python-mimeparse>=1.6 # from TastyPie
5959
pytz==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
6061
requests>=2.31.0
6162
types-requests>=2.27.1
6263
requests-mock>=1.9.3

0 commit comments

Comments
 (0)