diff --git a/.changes/unreleased/Dependencies-20240731-124417.yaml b/.changes/unreleased/Dependencies-20240731-124417.yaml new file mode 100644 index 000000000..86b1a4528 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240731-124417.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytest requirement from ~=7.4 to ~=8.3" +time: 2024-07-31T12:44:17.00000Z +custom: + Author: dependabot[bot] + PR: 1155 diff --git a/dev-requirements.txt b/dev-requirements.txt index 906003768..1f4cad6eb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ pre-commit~=3.7.0 # test ddtrace==2.3.0 -pytest~=7.4 +pytest~=8.3 pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2