diff --git a/.changes/unreleased/Dependencies-20230809-005844.yaml b/.changes/unreleased/Dependencies-20230809-005844.yaml new file mode 100644 index 000000000..bd2edc1cd --- /dev/null +++ b/.changes/unreleased/Dependencies-20230809-005844.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pip-tools requirement from ~=7.2 to ~=7.3" +time: 2023-08-09T00:58:44.00000Z +custom: + Author: dependabot[bot] + PR: 870 diff --git a/dev-requirements.txt b/dev-requirements.txt index cd0d063dc..9782c95ff 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -14,7 +14,7 @@ flaky~=3.7 freezegun~=1.2 ipdb~=0.13.13 mypy==1.5.0 # patch updates have historically introduced breaking changes -pip-tools~=7.2 +pip-tools~=7.3 pre-commit~=3.3 pre-commit-hooks~=4.4 pytest~=7.4