Upgrading pytz package (#33760)

* chore: upgrading pytz.
This commit is contained in:
Awais Qureshi
2023-11-22 15:04:35 +05:00
committed by GitHub
parent c41a5066a0
commit 7634301111
6 changed files with 6 additions and 15 deletions

View File

@@ -635,8 +635,8 @@ class CountryTimeZoneListViewTest(UserApiTestCase):
assert time_zone_info['description'] == get_display_time_zone(time_zone_name)
# The time zones count may need to change each time we upgrade pytz
@ddt.data((ALL_TIME_ZONES_URI, 434),
(COUNTRY_TIME_ZONES_URI, 24))
@ddt.data((ALL_TIME_ZONES_URI, 433),
(COUNTRY_TIME_ZONES_URI, 23))
@ddt.unpack
def test_get_basic(self, country_uri, expected_count):
""" Verify that correct time zone info is returned """

View File

@@ -83,11 +83,6 @@ babel==2.11.0
social-auth-app-django==5.0.0
algoliasearch==2.6.3
# pytz>2022 has major changes which are causing test failures.
# Pinning this version for now so this could be fixed in a separate PR later on
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/32093
pytz<2023
# urllib3>=2.0.0 conflicts with elastic search && snowflake-connector-python packages
# which require urllib3<2 for now.
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/32222

View File

@@ -962,9 +962,8 @@ python3-openid==3.2.0 ; python_version >= "3"
# social-auth-core
python3-saml==1.16.0
# via -r requirements/edx/kernel.in
pytz==2022.7.1
pytz==2023.3.post1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
# babel
# django

View File

@@ -1693,9 +1693,8 @@ python3-saml==1.16.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
pytz==2022.7.1
pytz==2023.3.post1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# babel

View File

@@ -1162,9 +1162,8 @@ python3-openid==3.2.0 ; python_version >= "3"
# social-auth-core
python3-saml==1.16.0
# via -r requirements/edx/base.txt
pytz==2022.7.1
pytz==2023.3.post1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# babel
# django

View File

@@ -1279,9 +1279,8 @@ python3-openid==3.2.0 ; python_version >= "3"
# social-auth-core
python3-saml==1.16.0
# via -r requirements/edx/base.txt
pytz==2022.7.1
pytz==2023.3.post1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# babel
# django