From 0b22accb539b09b7fdbf469947c8812f07b22e0e Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Wed, 22 Apr 2020 13:41:14 -0400 Subject: [PATCH] Update dependencies --- poetry.lock | 26 +++++++++++++------------- pyproject.toml | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3a13cbf2..b862ecf3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -618,7 +618,7 @@ description = "The Jupyter Notebook format" name = "nbformat" optional = false python-versions = ">=3.5" -version = "5.0.5" +version = "5.0.6" [package.dependencies] ipython-genutils = "*" @@ -929,15 +929,11 @@ description = "Describe-style plugin for pytest" name = "pytest-describe" optional = false python-versions = "*" -version = "0.12.0" +version = "1.0.0" [package.dependencies] pytest = ">=2.6.0" -[package.source] -reference = "43245ecfc3c432c4bfb5b12f8868790c7f2ebe5d" -type = "git" -url = "https://github.com/jacebrowning/pytest-describe" [[package]] category = "dev" description = "Better testing with expecter and pytest." @@ -952,7 +948,7 @@ description = "Thin-wrapper around the mock package for easier use with pytest" name = "pytest-mock" optional = false python-versions = ">=3.5" -version = "3.0.0" +version = "3.1.0" [package.dependencies] pytest = ">=2.7" @@ -1344,7 +1340,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "3aa5a06bdedb79daee99cea522a995dd9a9c2d17f2d549194198adfb663f1d41" +content-hash = "97f2573020ae3ecc1f1127e44b968f000da6afe6bd055014a97be48d84bf23e4" python-versions = "^3.7" [metadata.files] @@ -1639,8 +1635,8 @@ nbconvert = [ {file = "nbconvert-5.6.1.tar.gz", hash = "sha256:21fb48e700b43e82ba0e3142421a659d7739b65568cc832a13976a77be16b523"}, ] nbformat = [ - {file = "nbformat-5.0.5-py3-none-any.whl", hash = "sha256:65a79936a128fd85aef392b7fea520166364037118b6fe3ed52de742d06c4558"}, - {file = "nbformat-5.0.5.tar.gz", hash = "sha256:f0c47cf93c505cb943e2f131ef32b8ae869292b5f9f279db2bafb35867923f69"}, + {file = "nbformat-5.0.6-py3-none-any.whl", hash = "sha256:276343c78a9660ab2a63c28cc33da5f7c58c092b3f3a40b6017ae2ce6689320d"}, + {file = "nbformat-5.0.6.tar.gz", hash = "sha256:049af048ed76b95c3c44043620c17e56bc001329e07f83fec4f177f0e3d7b757"}, ] nbstripout = [ {file = "nbstripout-0.3.7-py2.py3-none-any.whl", hash = "sha256:cf745ae8c49fccdb3068b73fc3b783898d5d62ee929429e9af37a6dfefba34b7"}, @@ -1726,14 +1722,18 @@ pytest-cov = [ {file = "pytest-cov-2.8.1.tar.gz", hash = "sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b"}, {file = "pytest_cov-2.8.1-py2.py3-none-any.whl", hash = "sha256:cdbdef4f870408ebdbfeb44e63e07eb18bb4619fae852f6e760645fa36172626"}, ] -pytest-describe = [] +pytest-describe = [ + {file = "pytest-describe-1.0.0.tar.gz", hash = "sha256:3e2ea0e77efa09edb98cf90423bf1da21a462ed90bd3120f8f98fe7519a167d5"}, + {file = "pytest_describe-1.0.0-py2-none-any.whl", hash = "sha256:cc3862662faa5a6fb721927aaef46b46cf787e4a8163e5459fc8778e650fabad"}, + {file = "pytest_describe-1.0.0-py3-none-any.whl", hash = "sha256:95fe78639d4d16c4a1e7d62c70f63030b217c08d2ee6dca49559fe6e730c6696"}, +] pytest-expecter = [ {file = "pytest-expecter-2.1.tar.gz", hash = "sha256:70b05fec2a9ae5ec6f15d5c5467c1e2cb9aa2fd85ec9c4783b26e2cf68e66f96"}, {file = "pytest_expecter-2.1-py3-none-any.whl", hash = "sha256:ab66120671a22be41f7df4c29d76c02d62e3420b8277b1455d2e683a042a0608"}, ] pytest-mock = [ - {file = "pytest-mock-3.0.0.tar.gz", hash = "sha256:a4494016753a30231f8519bfd160242a0f3c8fb82ca36e7b6f82a7fb602ac6b8"}, - {file = "pytest_mock-3.0.0-py2.py3-none-any.whl", hash = "sha256:98e02534f170e4f37d7e1abdfc5973fd4207aa609582291717f643764e71c925"}, + {file = "pytest-mock-3.1.0.tar.gz", hash = "sha256:ce610831cedeff5331f4e2fc453a5dd65384303f680ab34bee2c6533855b431c"}, + {file = "pytest_mock-3.1.0-py2.py3-none-any.whl", hash = "sha256:997729451dfc36b851a9accf675488c7020beccda15e11c75632ee3d1b1ccd71"}, ] pytest-profiling = [ {file = "pytest-profiling-1.7.0.tar.gz", hash = "sha256:93938f147662225d2b8bd5af89587b979652426a8a6ffd7e73ec4a23e24b7f29"}, diff --git a/pyproject.toml b/pyproject.toml index 5f9b6e5f..a4f6cbac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,12 +65,12 @@ isort = "=4.3.4" # Linters mypy = "~0.770" -pylint = { git = "https://github.com/PyCQA/pylint", rev = "e169e83e52fedc6624235d45e8e8737294a0fedf" } # 2.4.5 has not yet been released +pylint = { git = "https://github.com/PyCQA/pylint", rev = "e169e83e52fedc6624235d45e8e8737294a0fedf" } # use 2.4.5 when released pydocstyle = "*" # Testing pytest = "^5.3.2" -pytest-describe = { git = "https://github.com/jacebrowning/pytest-describe", branch = "pytest-5.4-support" } +pytest-describe = "^1.0" pytest-expecter = "^2.1" pytest-mock = "*" pytest-random = "*"