From 0e7ee6e916131a6ecb51abbc8014b1495bd24b7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 00:27:43 +0000 Subject: [PATCH] chore(deps): update devdependencies (non-major) --- poetry.lock | 12 ++++++------ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 131cac7..00da9f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -262,7 +262,7 @@ test = ["pytest"] [[package]] name = "flake8-logging-format" -version = "0.7.5" +version = "0.8.1" description = "" category = "dev" optional = false @@ -612,7 +612,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.8.2" +version = "3.10.0" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -886,7 +886,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "5d8da8b7aa39d2d493b49311f54ded26c359447d56eb274aa3ff8279d5779f6a" +content-hash = "eab758b485a69c67133da51090bc532797816219161b5cd27a5ef76e9984f52e" [metadata.files] anyconfig = [ @@ -1031,7 +1031,7 @@ flake8-isort = [ {file = "flake8_isort-5.0.0-py3-none-any.whl", hash = "sha256:c73f9cbd1bf209887f602a27b827164ccfeba1676801b2aa23cb49051a1be79c"}, ] flake8-logging-format = [ - {file = "flake8-logging-format-0.7.5.tar.gz", hash = "sha256:54f7e349c934ce5c594f251885bc2240e99f6b48752a672a8fc7e3d1388352bb"}, + {file = "flake8-logging-format-0.8.1.tar.gz", hash = "sha256:fecab361ff1700d4550cedbd3f4475d45eda01fcaa800768c9551d2ced16b780"}, ] flake8-pep3101 = [ {file = "flake8-pep3101-2.0.0.tar.gz", hash = "sha256:ae2ee1758734a473ca971b4bf9ff09c961b6099916db91fdb6b9718328dfcacb"}, @@ -1167,8 +1167,8 @@ pytest-cov = [ {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] pytest-mock = [ - {file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"}, - {file = "pytest_mock-3.8.2-py3-none-any.whl", hash = "sha256:8a9e226d6c0ef09fcf20c94eb3405c388af438a90f3e39687f84166da82d5948"}, + {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, + {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, ] python-dateutil = [ {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, diff --git a/pyproject.toml b/pyproject.toml index 9d86384..18893a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ flake8-builtins = "2.0.0" flake8-docstrings = "1.6.0" flake8-eradicate = "1.4.0" flake8-isort = "5.0.0" -flake8-logging-format = "0.7.5" +flake8-logging-format = "0.8.1" flake8-pep3101 = "2.0.0" flake8-polyfill = "1.0.2" flake8-quotes = "3.3.1" @@ -72,7 +72,7 @@ pep8-naming = "0.13.2" pydocstyle = "6.1.1" pytest = "7.1.3" pytest-cov = "4.0.0" -pytest-mock = "3.8.2" +pytest-mock = "3.10.0" tomli = "2.0.1" yapf = "0.32.0" toml = "0.10.2"