diff --git a/requirements-app.txt b/requirements-app.txt index 0c386fd24..e796a1e1c 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -22,5 +22,5 @@ notifications-python-client==5.5.1 awscli-cwlogs>=1.4,<1.5 itsdangerous==1.1.0 -git+https://github.com/alphagov/notifications-utils.git@36.12.0#egg=notifications-utils==36.12.0 +git+https://github.com/alphagov/notifications-utils.git@36.12.2#egg=notifications-utils==36.12.2 git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha diff --git a/requirements.txt b/requirements.txt index 5c110203d..e4a81f8f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,14 +24,14 @@ notifications-python-client==5.5.1 awscli-cwlogs>=1.4,<1.5 itsdangerous==1.1.0 -git+https://github.com/alphagov/notifications-utils.git@36.12.0#egg=notifications-utils==36.12.0 +git+https://github.com/alphagov/notifications-utils.git@36.12.2#egg=notifications-utils==36.12.2 git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha ## The following requirements were added by pip freeze: -awscli==1.18.36 +awscli==1.18.39 bleach==3.1.4 boto3==1.10.38 -botocore==1.15.36 +botocore==1.15.39 certifi==2020.4.5.1 chardet==3.0.4 click==7.1.1 @@ -45,7 +45,7 @@ future==0.18.2 greenlet==0.4.15 idna==2.9 jdcal==1.4.1 -Jinja2==2.11.1 +Jinja2==2.11.2 jmespath==0.9.5 lml==0.0.9 lxml==4.5.0 diff --git a/tests/app/test_utils.py b/tests/app/test_utils.py index 34874ba35..353d26626 100644 --- a/tests/app/test_utils.py +++ b/tests/app/test_utils.py @@ -376,6 +376,7 @@ def test_printing_today_or_tomorrow_returns_tomorrow(datetime): @pytest.mark.parametrize('created_at, current_datetime', [ ('2017-07-07T12:00:00+00:00', '2017-07-07 16:29:00'), # created today, summer + ('2017-07-06T23:30:00+00:00', '2017-07-07 16:29:00'), # created just after midnight, summer ('2017-12-12T12:00:00+00:00', '2017-12-12 17:29:00'), # created today, winter ('2017-12-12T21:30:00+00:00', '2017-12-13 17:29:00'), # created after 5:30 yesterday ('2017-03-25T17:31:00+00:00', '2017-03-26 16:29:00'), # over clock change period on 2017-03-26