Update freezegun to 1.3.1 (#105377)
This commit is contained in:
parent
d54c36307a
commit
1eaf208450
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue