mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
- Bump PORTREVISION for package change isodate.parse_datetime is unchanged in isodate 0.7.0 update.
14 lines
503 B
Python
14 lines
503 B
Python
--- setup.py.orig 2024-03-28 03:30:09 UTC
|
|
+++ setup.py
|
|
@@ -66,9 +66,9 @@ setup(
|
|
# and check compatibility / bump in each new minor version of dbt-core.
|
|
"colorama>=0.3.9,<0.5",
|
|
"pathspec>=0.9,<0.12",
|
|
- "isodate>=0.6,<0.7",
|
|
+ "isodate>=0.6",
|
|
# ----
|
|
- "sqlparse>=0.2.3,<0.5",
|
|
+ "sqlparse>=0.2.3,<0.6",
|
|
# ----
|
|
# These are major-version-0 packages also maintained by dbt-labs. Accept patches.
|
|
"dbt-extractor~=0.5.0",
|