diff --git a/poetry.lock b/poetry.lock index 4ef46d8c..c67c2ae8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1729,22 +1729,24 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "plumbum" -version = "1.8.3" +version = "1.9.0" description = "Plumbum: shell combinators library" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "plumbum-1.8.3-py3-none-any.whl", hash = "sha256:8595d36dae2472587d6f59789c8d7b26250f45f6f6ed75ccb378de59ee7b9cf9"}, - {file = "plumbum-1.8.3.tar.gz", hash = "sha256:6092c85ab970b7a7a9d5d85c75200bc93be82b33c9bdf640ffa87d2d7c8709f0"}, + {file = "plumbum-1.9.0-py3-none-any.whl", hash = "sha256:9fd0d3b0e8d86e4b581af36edf3f3bbe9d1ae15b45b8caab28de1bcb27aaa7f5"}, + {file = "plumbum-1.9.0.tar.gz", hash = "sha256:e640062b72642c3873bd5bdc3effed75ba4d3c70ef6b6a7b907357a84d909219"}, ] [package.dependencies] +importlib-resources = {version = "*", markers = "python_version < \"3.9\""} pywin32 = {version = "*", markers = "platform_system == \"Windows\" and platform_python_implementation != \"PyPy\""} [package.extras] -dev = ["paramiko", "psutil", "pytest (>=6.0)", "pytest-cov", "pytest-mock", "pytest-timeout"] +dev = ["coverage[toml]", "paramiko", "psutil", "pytest (>=6.0)", "pytest-cov", "pytest-mock", "pytest-timeout"] docs = ["sphinx (>=4.0.0)", "sphinx-rtd-theme (>=1.0.0)"] ssh = ["paramiko"] +test = ["coverage[toml]", "paramiko", "psutil", "pytest (>=6.0)", "pytest-cov", "pytest-mock", "pytest-timeout"] [[package]] name = "ply" @@ -2822,4 +2824,4 @@ duplicity = ["PyDrive", "PyDrive2", "b2", "b2sdk", "boto", "boto3", "dropbox", " [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "64233f4137a9c6d8643c6f899d5dc817f8623a30480832d0a70027e9c1e92618" +content-hash = "8893cbecbf0162d0cbe63a54de26d6387b0c4aa0c8bd8049411e1809cb3c8f53" diff --git a/pyproject.toml b/pyproject.toml index 77669274..9bd6d8b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ poetry-plugin-export = "^1.8.0" pytest = "^8.3.3" black = "^24.8" flake8 = "^5.0.4" -plumbum = "^1.8.3" +plumbum = "^1.9.0" pytest-xdist = "^3.6.1" [tool.poetry.extras]