Skip to content

Commit

Permalink
Update freezegun to 1.3.1 (home-assistant#105377)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Dec 9, 2023
1 parent d54c363 commit 1eaf208
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eaf208

Please sign in to comment.