diff --git a/.changes/unreleased/Dependencies-20230803-131551.yaml b/.changes/unreleased/Dependencies-20230803-131551.yaml new file mode 100644 index 000000000..0c0245168 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230803-131551.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pip-tools requirement from ~=7.0 to ~=7.2" +time: 2023-08-03T13:15:51.00000Z +custom: + Author: dependabot[bot] + PR: 851 diff --git a/dev-requirements.txt b/dev-requirements.txt index 71164be56..7985f5b8e 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.4.1 # patch updates have historically introduced breaking changes -pip-tools~=7.0 +pip-tools~=7.2 pre-commit~=3.3 pre-commit-hooks~=4.4 pytest~=7.4