Skip to content

Commit ecf5bc0

Browse files
Update django-timezone-field requirement from >=5.0 to >=7.2.1 (#1027)
Updates the requirements on [django-timezone-field](https://github.com/mfogel/django-timezone-field) to permit the latest version. - [Commits](mfogel/django-timezone-field@5.0...7.2.1) --- updated-dependencies: - dependency-name: django-timezone-field dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94e0c45 commit ecf5bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
celery>=5.2.3,<6.0
22
importlib-metadata<5.0; python_version<"3.8" # TODO: remove this when celery >= 5.3.0
3-
django-timezone-field>=5.0
3+
django-timezone-field>=7.2.1
44
backports.zoneinfo; python_version<"3.9"
55
tzdata
66
python-crontab>=2.3.4

0 commit comments

Comments
 (0)