Update freezegun to 1.3.1 (#105377)

This commit is contained in:
Marc Mueller 2023-12-09 12:29:23 +01:00 committed by GitHub
parent d54c36307a
commit 1eaf208450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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