From a5c36ea4f5767a422c8ba310a4047241d45c994c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:22:23 +0000 Subject: [PATCH] Update ddtrace requirement from ~=1.17 to ~=1.18 (#881) * Update ddtrace requirement from ~=1.17 to ~=1.18 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/1.x/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-py/compare/v1.17.0...v1.18.0) --- 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 --- .changes/unreleased/Dependencies-20230814-005542.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230814-005542.yaml diff --git a/.changes/unreleased/Dependencies-20230814-005542.yaml b/.changes/unreleased/Dependencies-20230814-005542.yaml new file mode 100644 index 000000000..7acf66fca --- /dev/null +++ b/.changes/unreleased/Dependencies-20230814-005542.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update ddtrace requirement from ~=1.17 to ~=1.18" +time: 2023-08-14T00:55:42.00000Z +custom: + Author: dependabot[bot] + PR: 881 diff --git a/dev-requirements.txt b/dev-requirements.txt index 7e4f53f6d..685cbe387 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.7 bumpversion~=0.6.0 click~=8.1 -ddtrace~=1.17 +ddtrace~=1.18 flake8~=6.1 flaky~=3.7 freezegun~=1.2