Skip to content

Commit

Permalink
Build(deps-dev): Bump the dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 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.1` |
| [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.1.0` |


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](pypa/build@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](ansys/pyaedt@v0.7.12...v0.8.1)

Updates `ipython` from 8.21.0 to 8.22.1
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.21.0...8.22.1)

Updates `scikit-rf` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/scikit-rf/scikit-rf/releases)
- [Commits](scikit-rf/scikit-rf@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.1.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.3...8.1.0)

---
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: 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 4e5d37d commit 51236bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -38,7 +38,7 @@ doc = [
"ansys-sphinx-theme==0.14.0",
"imageio==2.34.0",
"imageio-ffmpeg==0.4.9",
"ipython==8.21.0",
"ipython==8.22.1",
"ipywidgets==8.1.2",
"joblib==1.3.2",
"jupyterlab==4.1.2",
Expand All @@ -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.1.0",
"pytest-cov==4.1.0",
]
ci = [
Expand Down

0 comments on commit 51236bb

Please sign in to comment.