From 6638f560f8d18dd6e1cee4789fb3b2a5d14ff1f4 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 23 Feb 2022 14:16:12 -0500 Subject: [PATCH] Fixes #8683: Fix ZoneInfoNotFoundError exception under Python 3.9+ --- base_requirements.txt | 4 ++++ docs/release-notes/version-3.2.md | 1 + requirements.txt | 1 + 3 files changed, 6 insertions(+) diff --git a/base_requirements.txt b/base_requirements.txt index 567f3f095..e9f06e99c 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -117,3 +117,7 @@ svgwrite # Tabular dataset library (for table-based exports) # https://github.com/jazzband/tablib tablib + +# Timezone data (required by django-timezone-field on Python 3.9+) +# https://github.com/python/tzdata +tzdata diff --git a/docs/release-notes/version-3.2.md b/docs/release-notes/version-3.2.md index 186c192f0..9abeb6814 100644 --- a/docs/release-notes/version-3.2.md +++ b/docs/release-notes/version-3.2.md @@ -153,6 +153,7 @@ Where it is desired to limit the range of available VLANs within a group, users * [#8670](https://github.com/netbox-community/netbox/issues/8670) - Fix filtering device components by installed module * [#8671](https://github.com/netbox-community/netbox/issues/8671) - Fix AttributeError when viewing console/power/interface connection lists * [#8682](https://github.com/netbox-community/netbox/issues/8682) - Limit available VLANs by group min/max VIDs +* [#8683](https://github.com/netbox-community/netbox/issues/8683) - Fix `ZoneInfoNotFoundError` exception under Python 3.9+ ### Other Changes diff --git a/requirements.txt b/requirements.txt index d2bafef1a..0c4ed3db1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,6 +30,7 @@ social-auth-app-django==5.0.0 social-auth-core==4.2.0 svgwrite==1.4.1 tablib==3.2.0 +tzdata==2021.5 # Workaround for #7401 jsonschema==3.2.0