mirror of
https://github.com/thegeeklab/docker-autotag.git
synced 2024-11-05 08:50:40 +00:00
chore(deps): update devdependencies (non-major)
This commit is contained in:
parent
1529cdfb84
commit
3b405ab5db
12
poetry.lock
generated
12
poetry.lock
generated
@ -159,7 +159,7 @@ test = ["pytest-cov"]
|
||||
|
||||
[[package]]
|
||||
name = "flake8-logging-format"
|
||||
version = "0.7.5"
|
||||
version = "0.8.1"
|
||||
description = ""
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -465,7 +465,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale
|
||||
|
||||
[[package]]
|
||||
name = "pytest-mock"
|
||||
version = "3.8.2"
|
||||
version = "3.9.0"
|
||||
description = "Thin-wrapper around the mock package for easier use with pytest"
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -635,7 +635,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "f113460775b958eae58c17eac757cc9ec777a6bd2a89c88ffe00758246623f7f"
|
||||
content-hash = "e3826a8c09542848a8d70bac16b6a5082267b5df704064a90996f04d99f104b2"
|
||||
|
||||
[metadata.files]
|
||||
attrs = [
|
||||
@ -738,7 +738,7 @@ flake8-isort = [
|
||||
{file = "flake8_isort-4.2.0-py3-none-any.whl", hash = "sha256:5b87630fb3719bf4c1833fd11e0d9534f43efdeba524863e15d8f14a7ef6adbf"},
|
||||
]
|
||||
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-1.3.0.tar.gz", hash = "sha256:86e3eb4e42de8326dcd98ebdeaf9a3c6854203a48f34aeb3e7e8ed948107f512"},
|
||||
@ -878,8 +878,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.9.0.tar.gz", hash = "sha256:c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82"},
|
||||
{file = "pytest_mock-3.9.0-py3-none-any.whl", hash = "sha256:1a1b9264224d026932d6685a0f9cef3b61d91563c3e74af9fe5afb2767e13812"},
|
||||
]
|
||||
python-json-logger = [
|
||||
{file = "python-json-logger-2.0.4.tar.gz", hash = "sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd"},
|
||||
|
@ -47,7 +47,7 @@ flake8-builtins = "1.5.3"
|
||||
flake8-docstrings = "1.6.0"
|
||||
flake8-eradicate = "1.4.0"
|
||||
flake8-isort = "4.2.0"
|
||||
flake8-logging-format = "0.7.5"
|
||||
flake8-logging-format = "0.8.1"
|
||||
flake8-pep3101 = "1.3.0"
|
||||
flake8-polyfill = "1.0.2"
|
||||
flake8-quotes = "3.3.1"
|
||||
@ -56,7 +56,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.9.0"
|
||||
requests-mock = "1.10.0"
|
||||
yapf = "0.32.0"
|
||||
toml = "0.10.2"
|
||||
|
Loading…
Reference in New Issue
Block a user