diff --git a/.changes/unreleased/Dependencies-20230421-041623.yaml b/.changes/unreleased/Dependencies-20230421-041623.yaml new file mode 100644 index 000000000..bd05eb906 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230421-041623.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytest requirement from ~=7.2 to ~=7.3" +time: 2023-04-21T04:16:23.00000Z +custom: + Author: mikealfare + PR: 726 diff --git a/dev-requirements.txt b/dev-requirements.txt index 446da3318..c5ec28bbe 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pip-tools~=6.12 pre-commit~=2.21;python_version=="3.7" pre-commit~=3.2;python_version>="3.8" pre-commit-hooks~=4.4 -pytest~=7.2 +pytest~=7.3 pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2