chore: update to pytz 2022.2.1 (#4342)
This commit is contained in:
parent
3532a4f28b
commit
c0f1fd2395
18
ietf/meeting/migrations/0055_pytz_2022_2_1.py
Normal file
18
ietf/meeting/migrations/0055_pytz_2022_2_1.py
Normal file
File diff suppressed because one or more lines are too long
|
@ -51,7 +51,7 @@ python-dateutil>=2.8.2
|
||||||
python-magic==0.4.18 # Versions beyond the yanked .19 and .20 introduce form failures
|
python-magic==0.4.18 # Versions beyond the yanked .19 and .20 introduce form failures
|
||||||
python-memcached>=1.59 # for django.core.cache.backends.memcached
|
python-memcached>=1.59 # for django.core.cache.backends.memcached
|
||||||
python-mimeparse>=1.6 # from TastyPie
|
python-mimeparse>=1.6 # from TastyPie
|
||||||
pytz>=2022.2
|
pytz==2022.2.1 # Pinned as changes need to be vetted for their effect on Meeting fields
|
||||||
requests>=2.27.1
|
requests>=2.27.1
|
||||||
requests-mock>=1.9.3
|
requests-mock>=1.9.3
|
||||||
rfc2html>=2.0.3
|
rfc2html>=2.0.3
|
||||||
|
|
Loading…
Reference in a new issue