diff --git a/.changes/unreleased/Dependencies-20240718-191620.yaml b/.changes/unreleased/Dependencies-20240718-191620.yaml new file mode 100644 index 000000000..2950fb101 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240718-191620.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytest requirement from ~=7.4 to ~=8.2" +time: 2024-07-18T19:16:20.00000Z +custom: + Author: dependabot[bot] + PR: 869 diff --git a/dev-requirements.txt b/dev-requirements.txt index 09c6e3a42..d4052bb64 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ pre-commit==3.5.0;python_version <"3.9" # test ddtrace==2.3.0 freezegun~=1.4 -pytest~=7.4 +pytest~=8.2 pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2