From 33f0907891ac9630e60c7d0ff6ff2b5f5708e281 Mon Sep 17 00:00:00 2001 From: Mila Page <67295367+VersusFacit@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:53:10 -0800 Subject: [PATCH] Backport 852 (#853) --- .changes/unreleased/Security-20231128-173716.yaml | 6 ++++++ dev-requirements.txt | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Security-20231128-173716.yaml diff --git a/.changes/unreleased/Security-20231128-173716.yaml b/.changes/unreleased/Security-20231128-173716.yaml new file mode 100644 index 000000000..18d48ad9c --- /dev/null +++ b/.changes/unreleased/Security-20231128-173716.yaml @@ -0,0 +1,6 @@ +kind: Security +body: DDOS vulnerability in 41.0.5. Uptick to avoid +time: 2023-11-28T17:37:16.11557-08:00 +custom: + Author: versusfacit + PR: "852" diff --git a/dev-requirements.txt b/dev-requirements.txt index 01da19fc6..4a2e5b412 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,8 +8,9 @@ git+https://github.com/dbt-labs/dbt-core.git@1.5.latest#egg=dbt-tests-adapter&su black~=23.1 bumpversion~=0.6.0 click~=8.1 -flake8~=6.0;python_version>="3.8" +cryptography~=41.0.7 ddtrace~=1.16 +flake8~=6.0;python_version>="3.8" flaky~=3.7 freezegun~=1.2 ipdb~=0.13.13