From ad278d3c4bccac072594123aba95a58e9682aed0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:06:48 +0000 Subject: [PATCH] chore(deps): update dev --- databases/requirements.txt | 2 +- pipelines/requirements/coverage.txt | 2 +- pipelines/requirements/deps/pyright.txt | 2 +- pipelines/requirements/deps/pytest-mock.txt | 2 +- pipelines/requirements/deps/pytest.txt | 2 +- pipelines/requirements/docs.txt | 2 +- pipelines/requirements/test.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/databases/requirements.txt b/databases/requirements.txt index 546b9cef3..300f5ecbe 100644 --- a/databases/requirements.txt +++ b/databases/requirements.txt @@ -1,5 +1,5 @@ # TODO: merge with other dev requirements -coverage==7.2.5 +coverage==7.2.7 dirty-equals==0.6.0 distro diff --git a/pipelines/requirements/coverage.txt b/pipelines/requirements/coverage.txt index f43474a8e..31897f0e8 100644 --- a/pipelines/requirements/coverage.txt +++ b/pipelines/requirements/coverage.txt @@ -1 +1 @@ -coverage==7.2.5 +coverage==7.2.7 diff --git a/pipelines/requirements/deps/pyright.txt b/pipelines/requirements/deps/pyright.txt index e84b01d3e..675d73c41 100644 --- a/pipelines/requirements/deps/pyright.txt +++ b/pipelines/requirements/deps/pyright.txt @@ -1 +1 @@ -pyright==1.1.306 +pyright==1.1.315 diff --git a/pipelines/requirements/deps/pytest-mock.txt b/pipelines/requirements/deps/pytest-mock.txt index eafced0c0..5f4a4cce1 100644 --- a/pipelines/requirements/deps/pytest-mock.txt +++ b/pipelines/requirements/deps/pytest-mock.txt @@ -1 +1 @@ -pytest-mock==3.10.0 +pytest-mock==3.11.1 diff --git a/pipelines/requirements/deps/pytest.txt b/pipelines/requirements/deps/pytest.txt index c4d04a08d..70613be0c 100644 --- a/pipelines/requirements/deps/pytest.txt +++ b/pipelines/requirements/deps/pytest.txt @@ -1 +1 @@ -pytest==7.3.1 +pytest==7.4.0 diff --git a/pipelines/requirements/docs.txt b/pipelines/requirements/docs.txt index dacaaa5a1..f94775e83 100644 --- a/pipelines/requirements/docs.txt +++ b/pipelines/requirements/docs.txt @@ -1,2 +1,2 @@ mkdocs==1.4.3 -mkdocs-material==9.1.9 +mkdocs-material==9.1.16 diff --git a/pipelines/requirements/test.txt b/pipelines/requirements/test.txt index 1c0a47e9c..aee9b19fc 100644 --- a/pipelines/requirements/test.txt +++ b/pipelines/requirements/test.txt @@ -5,5 +5,5 @@ -r deps/syrupy.txt pytest-sugar mock==5.0.2 -pytest-mock==3.10.0 +pytest-mock==3.11.1 pytest-subprocess==1.5.0