From db3544879a43d852a69c21382a28921087c0f742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:37:11 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [ansys-dpf-core](https://github.com/ansys/pydpf-core). Updates `pytest` from 7.4.2 to 7.4.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3) Updates `ansys-dpf-core` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/ansys/pydpf-core/releases) - [Commits](https://github.com/ansys/pydpf-core/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ansys-dpf-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 62 +++++++++++------------------------------------------ 1 file changed, 12 insertions(+), 50 deletions(-) diff --git a/poetry.lock b/poetry.lock index 75474a69a..615ab4014 100644 --- a/poetry.lock +++ b/poetry.lock @@ -149,20 +149,24 @@ files = [ [[package]] name = "ansys-dpf-core" -version = "0.9.0" +version = "0.10.0" description = "Data Processing Framework - Python Core" optional = false -python-versions = ">=3.8, <4" +python-versions = "<4,>=3.9" files = [ - {file = "ansys_dpf_core-0.9.0-py3-none-any.whl", hash = "sha256:4471ade564411f0864e3d0e837a1be036065a276dfbf90fc7cfaac9a32e145fb"}, - {file = "ansys_dpf_core-0.9.0.tar.gz", hash = "sha256:1c84834c62750d4b306c3ddaded8c44b5aaa145ca127f162679fb322d52f6622"}, + {file = "ansys_dpf_core-0.10.0-py3-none-any.whl", hash = "sha256:0630ec83cbdbb012b3daaa19751e09153343aab3f5c42c88e12f502cb89e3cbc"}, + {file = "ansys_dpf_core-0.10.0-py3-none-manylinux1_x86_64.whl", hash = "sha256:1ee6e55f4f0c61e0b74b55cc28de663ae278cfebd537c998ab44866287db26e9"}, + {file = "ansys_dpf_core-0.10.0-py3-none-manylinux_2_17_x86_64.whl", hash = "sha256:dd20f04bd78377fa4b4f81edd593c8cf22bf3521b6868cf5b9354a96ccc3ccdd"}, + {file = "ansys_dpf_core-0.10.0-py3-none-win_amd64.whl", hash = "sha256:0958d9861a1b75188572d3bdf57573154927632e6f797cc063170d8de7947175"}, ] [package.dependencies] -ansys-dpf-gate = ">=0.4.0" +google-api-python-client = "*" +grpcio = "*" importlib-metadata = ">=4.0" numpy = "*" packaging = "*" +protobuf = "*" psutil = "*" setuptools = "*" tqdm = "*" @@ -170,48 +174,6 @@ tqdm = "*" [package.extras] plotting = ["imageio (<2.28.1)", "imageio-ffmpeg", "matplotlib (>=3.2)", "pyvista (>=0.32.0)"] -[[package]] -name = "ansys-dpf-gate" -version = "0.4.1" -description = "DPF Python helpers to call DPF C and gRPC APIs" -optional = false -python-versions = ">=3.7" -files = [ - {file = "ansys_dpf_gate-0.4.1-py3-none-any.whl", hash = "sha256:37506d424e6094363b5a8cf2fee3191a6f2f947173b80a21039d1e7c676d684d"}, -] - -[package.dependencies] -ansys-dpf-gatebin = {version = "*", markers = "platform_system != \"Darwin\""} -"ansys.grpc.dpf" = ">=0.2.3" -numpy = "*" -packaging = "*" - -[[package]] -name = "ansys-dpf-gatebin" -version = "0.4.1" -description = "DPF binaries dependencies for ansys-dpf-gate" -optional = false -python-versions = ">=3.7" -files = [ - {file = "ansys_dpf_gatebin-0.4.1-py3-none-manylinux1_x86_64.whl", hash = "sha256:5682760164f8d11cb76252d8e7f59a24516083dff8e80bd31b6705682255a631"}, - {file = "ansys_dpf_gatebin-0.4.1-py3-none-manylinux_2_17_x86_64.whl", hash = "sha256:5e986741b2c591101ce8ab067aa7a5ea20907ccd6d306b5284e7317e0e29a9b0"}, - {file = "ansys_dpf_gatebin-0.4.1-py3-none-win_amd64.whl", hash = "sha256:930028ad79506c61ae9a508b24ea96ffabe02babfe8150f38ff6a4be2d2a01b5"}, -] - -[[package]] -name = "ansys-grpc-dpf" -version = "0.8.1" -description = "Package for ansys-grpc-dpf python gRPC client" -optional = false -python-versions = ">=3.7" -files = [ - {file = "ansys_grpc_dpf-0.8.1-py3-none-any.whl", hash = "sha256:4c1c52fd4dba992139f6962085e5edf65a24b8f095eca548772f55d2418c4a8c"}, -] - -[package.dependencies] -google-api-python-client = "*" -grpcio = "*" - [[package]] name = "ansys-sphinx-theme" version = "0.12.3" @@ -3007,13 +2969,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.4.2" +version = "7.4.3" description = "pytest: simple powerful testing with Python" optional = true python-versions = ">=3.7" files = [ - {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, - {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, + {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, + {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, ] [package.dependencies]