From 1eaf208450e43551485380d54828d51663f99b7b Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:29:23 +0100 Subject: [PATCH] Update freezegun to 1.3.1 (#105377) --- pyproject.toml | 3 --- requirements_test.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d7764864168..9e9e8de4916 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -455,9 +455,6 @@ filterwarnings = [ "ignore:Use setlocale\\(\\), getencoding\\(\\) and getlocale\\(\\) instead:DeprecationWarning:apprise.AppriseLocal", # https://github.com/kiorky/croniter/issues/49 - v1.4.1 "ignore:datetime.*utcfromtimestamp\\(\\) is deprecated and scheduled for removal:DeprecationWarning:croniter.croniter", - # https://github.com/spulec/freezegun/issues/508 - v1.2.2 - # https://github.com/spulec/freezegun/pull/511 - "ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:freezegun.api", # https://github.com/influxdata/influxdb-client-python/issues/603 - v1.37.0 "ignore:datetime.*utcfromtimestamp\\(\\) is deprecated and scheduled for removal:DeprecationWarning:influxdb_client.client.write.point", # https://github.com/beetbox/mediafile/issues/67 - v0.12.0 diff --git a/requirements_test.txt b/requirements_test.txt index d880fecaca5..f8918dc73f4 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -9,7 +9,7 @@ -r requirements_test_pre_commit.txt astroid==3.0.1 coverage==7.3.2 -freezegun==1.2.2 +freezegun==1.3.1 mock-open==1.4.0 mypy==1.7.1 pre-commit==3.5.0