Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dbt (minor) #154

Merged
merged 1 commit into from
Oct 6, 2023
Merged

chore(deps): update dbt (minor) #154

merged 1 commit into from
Oct 6, 2023

Conversation

plural-renovate[bot]
Copy link
Contributor

@plural-renovate plural-renovate bot commented Jul 31, 2023

This PR contains the following updates:

Package Update Change
dbt-bigquery minor ==1.5.7 -> ==1.6.6
dbt-core minor ==1.5.7 -> ==1.6.5
dbt-postgres minor ==1.5.7 -> ==1.6.5
dbt-redshift minor ==1.5.11 -> ==1.6.2
dbt-snowflake minor ==1.5.5 -> ==1.6.4

Release Notes

dbt-labs/dbt-bigquery (dbt-bigquery)

v1.6.6: dbt-bigquery v1.6.6

Compare Source

dbt-bigquery 1.6.6 - September 28, 2023

Fixes
  • Fix contact validation failure on query data types change (#​861)
Under the Hood
  • update SQLQuery to include node_info (#​936)
  • Add tests for inlined limit + sql-header in dbt show query (#​940)
Contributors

v1.6.5: dbt-bigquery v1.6.5

Compare Source

dbt-bigquery 1.6.5 - September 18, 2023

Fixes
  • Time out queries if user supplies job_execution_timeout (#​231)
  • changes expected value types to AnyInteger to take into account changes in core (#​915)

v1.6.4: dbt-bigquery v1.6.4

Compare Source

dbt-bigquery 1.6.4 - August 30, 2023

Fixes
  • remove senesitive creds from dbt debug stdout (#​900)

v1.6.3: dbt-bigquery v1.6.3

Compare Source

dbt-bigquery 1.6.3 - August 23, 2023

Fixes
  • case insensitive check on partition matching (#​886)
Contributors

v1.6.2: dbt-bigquery v1.6.2

Compare Source

dbt-bigquery 1.6.2 - August 22, 2023

Fixes
  • changes expected value types to AnyInteger to take into account changes in core (#​889)

v1.6.1: dbt-bigquery v1.6.1

Compare Source

dbt-bigquery 1.6.1 - August 04, 2023

Fixes
  • Requiring Python >=3.8 enables walrus operator (#​849)
Contributors

v1.6.0: dbt-bigquery v1.6.0

Compare Source

dbt-bigquery 1.6.0 - July 31, 2023

Breaking Changes
Features
  • Move the BQ Job link after the job submission instead of job done (#​696)
  • Support model contracts + constraints on nested columns (#​673)
  • Standardize the _connection_keys and debug_query for dbt debug. (#PR754)
  • add dbt-bigquery portion of dbt_clone fucntionality (#​7256)
  • Add validate_sql to BigQuery adapter and dry_run to BigQueryConnectionManager (#​805)
Fixes
  • Support all types of data_type using time ingestion partitioning as previously date was failing (#​486)
  • add negative part_number arg for split part macro (#​615)
  • Enable single-line private_key for BigQuery Service Account JSON Authentication (#​7164)
  • Use tmp table in static insert overwrite to avoid computing the SQL twice (#​427, #​556)
  • Fix issue of sporadic failure to apply grants during high transaction volumes (#​614)
  • Fix UDF usage with time ingestion (#​684)
  • Fixes adding policy tags when a struct is defined in the yml (#​687)
  • Update signature for execute method (#, #)
  • test foreign key constraint rendering (#​7512)
  • test model constraints with sql headers (#​7714)
  • Pass python model timeout to polling operation so model execution times out as expected. (#​577)
  • remove call to dataset update if dataset has not changed (#​770)
  • Remove dependent_projects argument from PartialProject call in unit test (#​7955)
  • Contracts: Handle struct column specified both at root and nested levels + arrays of structs (#​781, #​782)
Dependencies
  • Update types-requests requirement from ~=2.28 to ~=2.31 (#​737)
  • Update tox requirement from ~=4.4 to ~=4.6 (#​757)
  • Rm explicit agate pin, in favor of transitive dependency from dbt-core (#​777)
  • Bump mypy from 1.2.0 to 1.4.0 (#​780)
  • Update types-protobuf requirement from ~=4.22 to ~=4.23 (#​706)
  • Update pre-commit requirement from ~=3.2 to ~=3.3 (#​787)
  • Update pytest requirement from ~=7.3 to ~=7.4 (#​788)
  • Bump mypy from 1.4.0 to 1.4.1 (#​789)
  • Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#​790)
  • Update pip-tools requirement from ~=6.13 to ~=6.14 (#​809)
Contributors
dbt-labs/dbt-core (dbt-core)

v1.6.5: dbt-core v1.6.5

Compare Source

dbt-core 1.6.5 - October 02, 2023
Fixes
  • Fix tag selection for projects with semantic models (#​8749)

v1.6.4: dbt-core v1.6.4

Compare Source

dbt-core 1.6.4 - September 28, 2023
Features
  • Add support for optional label in semantic_models, measures, dimensions and entities. (#​8595)
Fixes
  • update dbt show to include limit in DWH query (#​8496,, #​8417)
  • Support quoted parameter list for MultiOption CLI options. (#​8598)
  • Fixes test type edges filter (#​8692)
  • semantic models in graph selection (#​8589)
  • Support doc blocks in nested semantic model YAML (#​8509)
  • avoid double-rendering sql_header in dbt show (#​8739)
Contributors

v1.6.3: dbt-core v1.6.3

Compare Source

dbt-core 1.6.3 - September 19, 2023
Features
  • Add --no-inject-ephemeral-ctes flag for compile command, for usage by linting. (#​8480)
Fixes
  • Add explicit support for integers for the show command (#​8153)
  • make version comparison insensitive to order (#​8571)
Under the Hood
  • Fix test_numeric_values to look for more specific strings (#​8470)
Contributors

v1.6.2: dbt-core v1.6.2

Compare Source

dbt-core 1.6.2 - September 07, 2023
Breaking Changes
  • Removed the FirstRunResultError and AfterFirstRunResultError event types, using the existing RunResultError in their place. (#​7963)
Features
  • Accept a dbt-cloud config in dbt_project.yml (#​8438)
Fixes
  • Copy dir during dbt deps if symlink fails (#​7428, #​8223)
  • fix ambiguous reference error for tests and versions when model name is duplicated across packages (#​8327, #​8493)
  • Fix "Internal Error: Expected node not found in manifest" when depends_on set on ModelNodeArgs (#​8506)
  • Fix snapshot success message (#​7583)
  • Parse the correct schema version from manifest (#​8544)
Contributors

v1.6.1: dbt-core v1.6.1

Compare Source

dbt-core 1.6.1 - August 23, 2023
Fixes
  • Add status to Parse Inline Error (#​8173)
  • Fix retry not working with log-file-max-bytes (#​8297)
  • Detect changes to model access, version, or latest_version in state:modified (#​8189)
  • fix fqn-selection for external versioned models (#​8374)
  • Fix: DbtInternalError after model that previously ref'd external model is deleted (#​8375)
  • Fix using list command with path selector and project-dir (#​8385)
  • Remedy performance regression by only writing run_results.json once. (#​8360)
  • Ensure parsing does not break when window_groupings is not specified for non_additive_dimension (#​8453)
Docs
Under the Hood
  • Refactor flaky test pp_versioned_models (#​7781)
  • format exception from dbtPlugin.initialize (#​8152)
  • Update manifest v10 (#​8333)
  • add tracking for plugin.get_nodes calls (#​8344)
  • add internal flag: --no-partial-parse-file-diff to inform whether to compute a file diff during partial parsing (#​8363)
  • Use python version 3.10.7 in Docker image. (#​8444)
  • Check for existing_relation immediately prior to renaming (#​7781)

v1.6.0: dbt-core v1.6.0

Compare Source

dbt-core 1.6.0 - Quiara Alegría Hudes (July 31, 2023)

Breaking Changes
  • Dropped support for Python 3.7 (#​7082)
  • Switch from dbt-metrics to dbt-semantic-interfaces for MetricNode definitions (#​7500, #​7404)
Features
  • Add merge as valid incremental strategy for postgres (#​1880)
  • Skip catalog generation (#​6980)
  • Add support for materialized views (#​6911)
  • Publication artifacts and cross-project ref (#​7227)
  • Optimize template rendering for common parse scenarios (#​7449)
  • Add graph structure summaries to target path output (#​7357)
  • Allow duplicate manifest node (models, seeds, analyses, snapshots) names across packages (#​7446)
  • Detect breaking changes to enforced constraints (#​7065)
  • Check for project dependency cycles (#​7468)
  • nodes in packages respect custom generate_alias_name, generate_schema_name, generate_database_name macro overrides defined in packages (#​7444)
  • Added warnings for model and ref deprecations (#​7433)
  • Update drop_relation macro to allow for configuration of drop statement separately from object name (#​7625)
  • accept publications in dbt.invoke (#​7372)
  • Enable state for deferral to be separate from state for selectors (#​7300)
  • add access selection syntax (#​7738)
  • add project_name to manifest metadata (#​7752)
  • dbt retry (#​7299)
  • This change adds new selector methods to the state selector. Namely, state:unmodified and state:old. (#​7564)
  • Revamp debug, add --connection flag. Prepare for future refactors/interface changes. (#​7104)
  • Validate public models are not materialized as ephemeral (#​7226)
  • Added support for parsing and serializaing semantic models (#​7499, #​7503)
  • Enable setting packages in dependencies.yml (#​7372, #​7736)
  • Add AdapterRegistered event log message (#​7038)
  • dbt clone (#​7258)
  • Further integrate semantic models into the DAG and partial parsing module (#​7800)
  • Handle external model nodes in state:modified (#​7563)
  • Add invocation_command to flags (#​6051)
  • Add thread_id context var (#​7941)
  • Add partial parsing support for semantic models (#​7897)
  • Add restrict-access to dbt_project.yml (#​7713)
  • allow setting enabled and depends_on_nodes from ModelNodeArgs (#​7506)
  • Support '_'-delimited fqn matching for versioned models and matching on Path.stem for path selection (#​7639)
  • Store time_spline table configuration in semantic manifest (#​7938)
  • Add validate_sql method to BaseAdapter with implementation for SQLAdapter (#​7839)
  • Support validation of metrics and semantic models. (#​7969)
  • Begin populating depends_on of metric nodes (#​7854)
  • Enumerate supported materialized view features for dbt-postgres (#​6911)
Fixes
  • Raise better error message when dispatching a package that is not installed (#​5801)
  • add negative part_number arg for split part macro (#​7915)
  • Persist timing info in run results for failed nodes (#​5476)
  • fix typo in unpacking statically parsed ref (#​7364)
  • safe version attribute access in _check_resource_uniqueness (#​7375)
  • Fix dbt command missing target-path param ([# 7411](https://github.com/dbt-labs/dbt-core/issues/ 7411))
  • Fix CTE insertion position when the model uses WITH RECURSIVE (#​7350)
  • Fix v0 ref resolution (#​7408)
  • Add --target-path to dbt snapshot command. (#​7418)
  • dbt build selection of tests' descendants (#​7289)
  • fix groupable node partial parsing, raise DbtReferenceError at runtime for safety (#​7437)
  • Fix partial parsing of latest_version changes for downstream references (#​7369)
  • Use "add_node" to update depends_on.nodes (#​7453)
  • Fix var precedence in configs: root vars override package vars (#​6705)
  • Constraint rendering fixes: wrap check expression in parentheses, foreign key 'references', support expression in all constraint types (#​7417, #​7480, #​7416)
  • Fix inverted --print/--no-print flag (#​7517)
  • Back-compat for previous return type of 'collect_freshness' macro (#​7489)
  • Fix warning messages for deprecated dbt_project.yml configs (#​7424)
  • Respect column 'quote' config in model contracts (#​7370)
  • print model version in dbt show if specified (#​7407)
  • enable dbt show for seeds (#​7273)
  • push down limit filtering to adapter (#​7390)
  • Allow missing profiles.yml for dbt deps and dbt init (#​7511)
  • run_results.json is now written after every node completes. (#​7302)
  • Do not rewrite manifest.json during 'docs serve' command (#​7553)
  • Pin protobuf to greater than 4.0.0 (#​7565)
  • inject sql header in query for show (#​7413)
  • Pin urllib3 to ~=1.0 (#​7573)
  • Throw error for duplicated versioned and unversioned models (#​7487)
  • Honor --skip-profile-setup parameter when inside an existing project (#​7594)
  • Fix: Relative project paths weren't working with deps (#​7491)
  • Exclude password fields from Jinja rendering. (#​7629)
  • Add --target-path to more CLI subcommands (#​7646)
  • Stringify flag paths for Jinja context (#​7495)
  • write run_results.json for run operation (#​7502)
  • Add % to adapter suite test cases for persist_docs (#​7698)
  • Unified to UTC (#​7664)
  • Improve warnings for constraints and materialization types (#​7335)
  • Incorrect paths used for "target" and "state" directories (#​7465)
  • fix StopIteration error when publication for project not found (#​7711)
  • Using version 0 works when resolving single model (#​7372)
  • Fix empty --warn-error-options error message (#​7730)
  • send sql header on contract enforcement (#​7714)
  • Fixed doc link in selector.py (#​7533)
  • Fix null-safe equals comparison via equals (#​7778)
  • Log PublicationArtifactAvailable even when partially parsing unchanged public models (#​7782)
  • fix RuntimeError when removing project dependency from dependencies.yml (#​7743)
  • Fix regression in run-operation to not require the name of the package to run (#​7753)
  • Fix path selector when using project-dir (#​7819)
  • Allow project dependencies to use miscellaneous keys (#​7497)
  • Allow dbt show --inline preview of private models (#​7837)
  • Updating this error message to point to the correct URL (#​7789)
  • Update SemanticModel node to properly impelment the DSI 0.1.0dev3 SemanticModel protocol spec (#​7833, #​7827)
  • Allow semantic model measure exprs to be defined with ints and bools in yaml (#​7865)
  • Update use_discrete_percentile and use_approximate_percentile to be non optional and default to False (#​7866)
  • Fix accidental propagation of log messages to root logger. (#​7872)
  • Fixed an issue which blocked debug logging to stdout with --log-level debug, unless --debug was also used. (#​7872)
  • Skip jinja parsing of metric filters (#​7864)
  • Fix a bad implicit string conversion regression in debug --config-dir code. (#​7774)
  • Remove limitation on use of sqlparse 0.4.4 (#​7515)
  • Fix UninstalledPackagesFoundError error message to use correct packages specified path (#​7921)
  • Fix: safe remove of external nodes from nodes.depends_on (#​7924)
  • Fix query comment tests (#​7845)
  • Move project_root contextvar into events.contextvars (#​7937)
  • add access to ModelNodeArgs for external node building (#​7890)
  • Inline query emit proper error message (#​7940)
  • Fix typo in ModelNodeArgs (#​7991)
  • Allow on_schema_change = fail for contracted incremental models (#​7975)
  • Nicer error message if model with enforced contract is missing 'columns' specification (#​7943)
  • include 'v' in ModelNodeArgs.unique_id (#​8039)
  • Fix fail-fast behavior (including retry) (#​7785)
  • Remove create_metric as a SemanticModel.Measure property because it currently doesn't do anything (#​8064)
  • Remove VOLUME declaration within Dockerfile (#​4784)
  • Fix Dockerfile.test (#​7352)
  • Detect breaking contract changes to versioned models (#​8030)
  • Update DryRunMethod test classes ValidateSqlMethod naming (#​7839)
  • Fix typo in NonAdditiveDimension implementation (#​8088)
  • Copy target_schema from config into snapshot node (#​6745)
  • Enable converting deprecation warnings to errors (#​8130)
  • Ensure warn_error_options get serialized in invocation_args_dict (#​7694)
  • Stop detecting materialization macros based on macro name (#​6231)
  • Improve handling of CTE injection with ephemeral models (#​8213)
  • Fix unbound local variable error in checked_agg_time_dimension_for_measure (#​8230)
  • Ensure runtime errors are raised for graph runnable tasks (compile, show, run, etc) (#​8166)
Docs
Under the Hood
  • Update docs link in ContractBreakingChangeError message (#​7366)
  • Reduce memory footprint of cached statement results. (#​7281)
  • Remove noisy parsing events: GenericTestFileParse, MacroFileParse, Note events for static model parsing (#​6671)
  • Update --help text for cache-related parameters (#​7381)
  • Small UX improvements to model versions: Support defining latest_version in unsuffixed file by default. Notify on unpinned ref when a prerelease version is available. (#​7443)
  • Add ability to instantiate Flags class from dict (#​7607)
  • Add other relation to reffable nodes (#​7550)
  • Move node patch method to schema parser patch_node_properties and refactor schema parsing (#​7430)
  • Remove legacy file logger code (#NA)
  • Break up integration tests as a short term fix for Windows CI runs (#​7668)
  • Include null checks in utils test base (#​7670)
  • Write pub artifact to log (#​7372)
  • Fix flaky test for --fail-fast (#​7744)
  • Create add_from_artifact to populate state_relation field of nodes (#​7551)
  • Replace space with underscore in NodeType strings (#​7841)
  • Upgrade to dbt-semantic-interfaces v0.1.0dev5 (#​7853)
  • Refactoring: consolidating public_nodes and nodes (#​7890)
  • Resolve SemanticModel ref is the same way as other refs (#​7822)
  • Move from dbt-semantic-intefaces 0.1.0dev5 to 0.1.0dev7 (#​7898)
  • Don't jinja render packages from dependencies.yml (#​7905)
  • Update mashumaro to 3.8.1 (#​7950)
  • Refactor: entry point for cross-project ref (#​7954)
  • Populate metric input measures (#​7884)
  • Add option to specify partial parse file (#​7911)
  • Add semantic_models to resource counts (#​8077)
  • A way to control maxBytes for a single dbt.log file (#​8199)
Dependencies
Contributors

Quiara Alegría Hudes (b. 1977)

Thanks to @​graciegoheen for writing this biography of Quiara Alegría Hudes—a famous Philadelphian, and the namesake of this dbt Core release.

Quiara Alegría Hudes is a Pulitzer Prize-winning playwright from West Philadelphia. Originally trained as a composter at Yale, her musical influences span two disparate spheres - the classical music education of an Ivy League university, and the Afro-Caribbean music that was a staple of her childhood home. Unable to reconcile the two in traditional composition, she turned to playwriting, a childhood hobby, earning her MFA in playwriting from Brown under the tutelage of Paula Vogel.

While at Brown, she began writing Elliot, a Soldier’s Fugue - the first part of her famous trilogy, containing Water by the Spoonful which won the Pulitzer Prize in 2012. After her initial success as a playwright, she collaborated with Lin-Manuel Miranda, writing the book for In the Heights which went on to win the Tony for Best Musical. She since made her debut in film as the screenwriter for the adaptation of In the Heights and the animated movie Vivo.

As a way to humanize and give visibility to incarcerated authors, Hudes and her cousin founded Emancipated Stories which helps inmates share one-page stories about their life to the rest of the world.

dbt-labs/dbt-redshift (dbt-redshift)

v1.6.2: dbt-redshift v1.6.2

Compare Source

dbt-redshift 1.6.2 - September 28, 2023

Fixes
  • changes expected value types to AnyInteger to take into account changes in core (#​597)
Under the Hood
  • Add tests for inlined limit + sql_header in dbt show query (#​616)

v1.6.1: dbt-redshift v1.6.1

Compare Source

dbt-redshift 1.6.1 - August 21, 2023

Under the Hood
  • Update flaky MV tests to use retry logic to avoid "cannot open relation with OID" error (#​569)

v1.6.0: dbt-redshift v1.6.0

Compare Source

dbt-redshift 1.6.0 - July 31, 2023

Breaking Changes
  • sslmode behavior has changed. To connect without ssl, set sslmode = disable. To connect using ssl, set sslmode to verify-ca, or verify-full. (#​429)
  • Drop support for python 3.7 (#dbt-core/7082)
  • require latest version of redshift_connector driver (#​492)
Features
  • Add support for materialized views (#dbt-labs/dbt-core#6911)
  • (#​179)
  • Standardize the _connection_keys and debug_query for dbt debug. (#PR754)
  • add merge as a new incremental strategy for redshift (#​402)
  • add dbt-redshift portion of dbt_clone functionality (#​504)
  • Enumerate implemented materialized view features via integration test flags and change autorefresh to auto_refresh (#dbt-labs/dbt-core#6911)
Fixes
  • Adding region as independent param in profiles (#​419)
  • Fix redshift_connector issue of timing out after 30s (#​427)
  • Update signature for execute method (#', #')
  • translate psycopg2 sslmode to ssl and sslmode in redshift_connector (#​429)
  • Add a new connection param to reenable certain Redshift commands in macros. (#​463)
  • Escape % symbols in table/view/column comments (#​441)
  • Use smaller default batch size for seeds (#​347)
  • Get autocommit on by default to restore old semantics users had relied on prior to 1.5. Add tests. (#​425)
  • remove depdency on postgres__list_relations_without_caching macro (#​488)
  • remove requirement for region param (#​484)
  • Remove dependent_projects argument from PartialProject call in unit tests (#​7955)
  • Fix regression in redshift-connector==2.0.912 (#​518)
  • Fixed unit test that broke following dbt clone work (#​518)
  • cast the port as an int (#​518)
  • hard pin dep on redshift_connector (#​531, #​532)
  • re-enable query commenting (#​536)
Under the Hood
  • test constraint rendering of foreign key and unique constraints (#​7417)
Dependencies
  • Update pytest requirement from ~=7.2 to ~=7.3 (#​414)
  • Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#​449)
  • Update types-requests requirement from ~=2.28 to ~=2.31 (#​461)
  • Update tox requirement from ~=4.5 to ~=4.6 (#​481)
  • Bump mypy from 1.2.0 to 1.4.0 (#​503)
  • Update pre-commit requirement from ~=2.21 to ~=3.3 (#​426)
  • Update pytest requirement from ~=7.3 to ~=7.4 (#​507)
  • Bump mypy from 1.4.0 to 1.4.1 (#​508)
  • Update pip-tools requirement from ~=6.13 to ~=6.14 (#​517)
Contributors
dbt-labs/dbt-snowflake (dbt-snowflake)

v1.6.4: dbt-snowflake v1.6.4

Compare Source

dbt-snowflake 1.6.4 - September 28, 2023

Under the Hood
  • Add tests for inlined limit + sql_header in dbt show query (#​786)

v1.6.3: dbt-snowflake v1.6.3

Compare Source

dbt-snowflake 1.6.3 - September 25, 2023

Features
  • Redact cases where raw data can be leaked logs (#​772)
Fixes
  • changes expected value types to AnyInteger to take into account changes in core (#​762)
  • Fixing comment on syntax for dynamic tables (#​769)
Contributors

v1.6.2: dbt-snowflake v1.6.2

Compare Source

dbt-snowflake 1.6.2 - August 30, 2023

Fixes
  • remove senesitive creds from dbt debug stdout (#​754)

v1.6.1: dbt-snowflake v1.6.1

Compare Source

dbt-snowflake 1.6.1 - August 21, 2023

Fixes
  • Cancel all queries when terminating dbt (#​711)
  • change target_lag type to allow for downstream as a option (#​734)
  • update snowflake_warehouse field for dynamic tables to be more accounted for (#​735)
Contributors

v1.6.0: dbt-snowflake v1.6.0

Compare Source

dbt-snowflake 1.6.0 - July 31, 2023

Features
  • Optimize catalog.sql to query only needed tables and columns from information_schema (#​216)
  • enable showing more than 10K objects in a schema (#​571)
  • Add support for dynamic tables (#​603)
  • Standardize the _connection_keys and debug_query for dbt debug. (#PR754)
  • add dbt-snowflake portion of dbt_clone functionality (#​7256)
  • Enumerate supported features for dynamic tables in 1.6.0rc1 (#dbt-labs/dbt-core#6911)
Fixes
  • fix redaction of row values in logs and standard out (#​589)
  • Update signature for execute method (#, #)
  • Address some issues regarding gustom schema overrides. (#​393)
  • Remove dependent_projects argument from PartialProject call in unit tests (#​7955)
  • Implement the new refresh method, remove the flaky workaround (#​603)
  • Fix on_configuration_change setting to properly recognize continue and fail (#​708)
Under the Hood
  • test foreign key + unique constraint rendering (#​7417)
  • remove support for python 3.7 (#​638)
  • add tests for constraints on model with sql header (#​7714)
Dependencies
  • Update types-requests requirement from ~=2.28 to ~=2.31 (#​622)
  • Bump mypy from 1.2.0 to 1.3.0 (#​604)
  • Update tox requirement from ~=4.4 to ~=4.6 (#​652)
  • Bump mypy from 1.3.0 to 1.4.0 (#​670)
  • Update pytest requirement from ~=7.3 to ~=7.4 (#​674)
  • Bump mypy from 1.4.0 to 1.4.1 (#​675)
  • Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#​608)
  • Update pre-commit requirement from ~=2.21 to ~=3.3 (#​583)
  • Update pip-tools requirement from ~=6.13 to ~=6.14 (#​683)
Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

@plural-renovate plural-renovate bot enabled auto-merge (squash) July 31, 2023 16:27
@plural-renovate plural-renovate bot force-pushed the renovate/dbt branch 10 times, most recently from 0da684e to e5ce4fd Compare August 4, 2023 22:28
@plural-renovate plural-renovate bot changed the title chore(deps): update dbt to v1.6.0 (minor) chore(deps): update dbt (minor) Aug 4, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/dbt branch 10 times, most recently from 7f73ed6 to f327315 Compare August 11, 2023 00:34
@plural-renovate plural-renovate bot force-pushed the renovate/dbt branch 6 times, most recently from 76f95a9 to 6d0dbba Compare August 16, 2023 20:00
@plural-renovate plural-renovate bot force-pushed the renovate/dbt branch 12 times, most recently from 78771a4 to e257bdd Compare September 28, 2023 16:35
@plural-renovate plural-renovate bot force-pushed the renovate/dbt branch 12 times, most recently from 6daaea3 to 5df02fa Compare October 4, 2023 22:56
Signed-off-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
@plural-renovate plural-renovate bot merged commit 56884e2 into main Oct 6, 2023
3 checks passed
@plural-renovate plural-renovate bot deleted the renovate/dbt branch October 6, 2023 00:15
@plural-bot
Copy link
Collaborator

🎉 This PR is included in version 1.5.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant