From 83cfeb9d88d15a6a9c6ab73199f156892e850401 Mon Sep 17 00:00:00 2001 From: Gregory Martin <greg@edx.org> Date: Mon, 28 Nov 2016 15:49:14 -0500 Subject: [PATCH] update pytz, update ora-2 --- docs/shared/requirements.txt | 2 +- openedx/core/djangoapps/user_api/tests/test_views.py | 4 ++-- requirements/edx/base.txt | 2 +- requirements/edx/github.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/shared/requirements.txt b/docs/shared/requirements.txt index a8b97437be8..ed8b53bbc93 100644 --- a/docs/shared/requirements.txt +++ b/docs/shared/requirements.txt @@ -45,7 +45,7 @@ pygments==1.5 pymongo==2.4.1 python-memcached==1.48 python-openid==2.2.5 -pytz==2015.2 +pytz==2016.7 PyYAML==3.10 requests==2.3.0 Shapely==1.2.16 diff --git a/openedx/core/djangoapps/user_api/tests/test_views.py b/openedx/core/djangoapps/user_api/tests/test_views.py index a86db8c8076..1731101a326 100644 --- a/openedx/core/djangoapps/user_api/tests/test_views.py +++ b/openedx/core/djangoapps/user_api/tests/test_views.py @@ -2002,8 +2002,8 @@ class CountryTimeZoneListViewTest(UserApiTestCase): self.assertIn(time_zone_name, common_timezones_set) self.assertEqual(time_zone_info['description'], get_display_time_zone(time_zone_name)) - @ddt.data((ALL_TIME_ZONES_URI, 432), - (COUNTRY_TIME_ZONES_URI, 27)) + @ddt.data((ALL_TIME_ZONES_URI, 436), + (COUNTRY_TIME_ZONES_URI, 28)) @ddt.unpack def test_get_basic(self, country_uri, expected_count): """ Verify that correct time zone info is returned """ diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 3874d07dda6..5106d88916e 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -90,7 +90,7 @@ python-dateutil==2.1 # We can also remove the fix to auth_url in third_party_auth/saml.py when that fix is included upstream. python-social-auth==0.2.12 -pytz==2015.2 +pytz==2016.7 pysrt==0.4.7 PyYAML==3.10 requests==2.9.1 diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index 97901e0e574..d39d1c398b7 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -76,7 +76,7 @@ git+https://github.com/edx/XBlock.git@xblock-0.4.12#egg=XBlock==0.4.12 -e git+https://github.com/edx/event-tracking.git@0.2.1#egg=event-tracking==0.2.1 -e git+https://github.com/edx/django-splash.git@v0.2#egg=django-splash==0.2 -e git+https://github.com/edx/acid-block.git@e46f9cda8a03e121a00c7e347084d142d22ebfb7#egg=acid-xblock -git+https://github.com/edx/edx-ora2.git@1.1.10#egg=ora2==1.1.10 +git+https://github.com/edx/edx-ora2.git@1.1.11#egg=ora2==1.1.11 -e git+https://github.com/edx/edx-submissions.git@1.1.1#egg=edx-submissions==1.1.1 git+https://github.com/edx/ease.git@release-2015-07-14#egg=ease==0.1.3 git+https://github.com/edx/i18n-tools.git@v0.3.2#egg=i18n-tools==v0.3.2 -- GitLab