From 75330abfae04ab436a2c75470b7bea10b62727f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 02:04:26 +0000 Subject: [PATCH] Build(deps-dev): Bump the dependencies group with 7 updates Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.0.3` | `1.1.1` | | [pyaedt](https://github.com/ansys/pyaedt) | `0.7.12` | `0.8.1` | | [ipython](https://github.com/ipython/ipython) | `8.21.0` | `8.22.2` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.1.2` | `4.1.3` | | [scikit-rf](https://github.com/scikit-rf/scikit-rf) | `0.31.0` | `0.32.0` | | [vtk](https://vtk.org) | `9.2.6` | `9.3.0` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `8.0.2` | Updates `build` from 1.0.3 to 1.1.1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.0.3...1.1.1) Updates `pyaedt` from 0.7.12 to 0.8.1 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.7.12...v0.8.1) Updates `ipython` from 8.21.0 to 8.22.2 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.21.0...8.22.2) Updates `jupyterlab` from 4.1.2 to 4.1.3 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.1.2...@jupyterlab/lsp@4.1.3) Updates `scikit-rf` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/scikit-rf/scikit-rf/releases) - [Commits](https://github.com/scikit-rf/scikit-rf/compare/v0.31.0...v.0.32.0) Updates `vtk` from 9.2.6 to 9.3.0 Updates `pytest` from 7.4.3 to 8.0.2 - [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.3...8.0.2) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyaedt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: scikit-rf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: vtk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc099e70b..d7ace3ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ classifiers = [ ] dependencies = [ - "build==1.0.3", + "build==1.1.1", "numpy", - "pyaedt==0.7.12", + "pyaedt==0.8.1", "twine==5.0.0", "pydantic", "pyvista", @@ -38,10 +38,10 @@ doc = [ "ansys-sphinx-theme==0.14.0", "imageio==2.34.0", "imageio-ffmpeg==0.4.9", - "ipython==8.21.0", + "ipython==8.22.2", "ipywidgets==8.1.2", "joblib==1.3.2", - "jupyterlab==4.1.2", + "jupyterlab==4.1.3", "jupytext==1.16.1", "matplotlib==3.8.3", "nbsphinx==0.9.3", @@ -59,15 +59,15 @@ doc = [ "sphinxcontrib-websupport==1.2.7", "SRTM.py", "utm", - "scikit-rf==0.31.0", + "scikit-rf==0.32.0", "openpyxl==3.1.2", "sphinx_design", "sphinx_jinja", - "vtk==9.2.6", + "vtk==9.3.0", "pypandoc", ] tests = [ - "pytest==7.4.3", + "pytest==8.0.2", "pytest-cov==4.1.0", ] ci = [