From b8af6a6bba53ee46c3190b6d7484dc91653df267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:15:52 -0400 Subject: [PATCH] Update ddtrace requirement from ~=1.19 to ~=1.20 (#948) * Update ddtrace requirement from ~=1.19 to ~=1.20 Updates the requirements on [ddtrace](https://github.com/DataDog/dd-trace-py) to permit the latest version. - [Release notes](https://github.com/DataDog/dd-trace-py/releases) - [Changelog](https://github.com/DataDog/dd-trace-py/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-py/compare/v1.19.0...v1.20.2) --- updated-dependencies: - dependency-name: ddtrace dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20231002-164012.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231002-164012.yaml diff --git a/.changes/unreleased/Dependencies-20231002-164012.yaml b/.changes/unreleased/Dependencies-20231002-164012.yaml new file mode 100644 index 000000000..344aeb148 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231002-164012.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update ddtrace requirement from ~=1.19 to ~=1.20" +time: 2023-10-02T16:40:12.00000Z +custom: + Author: dependabot[bot] + PR: 948 diff --git a/dev-requirements.txt b/dev-requirements.txt index 3113133e6..5935fe821 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory= black~=23.10 bumpversion~=0.6.0 click~=8.1 -ddtrace~=1.19 +ddtrace~=1.20 flake8~=6.1 flaky~=3.7 freezegun~=1.2