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..d023f962c 100644 --- a/pipelines/requirements/deps/pyright.txt +++ b/pipelines/requirements/deps/pyright.txt @@ -1 +1 @@ -pyright==1.1.306 +pyright==1.1.316 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..5922ccd29 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.18 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