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` |
| [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](pypa/build@1.0.3...1.1.1)

Updates `ipython` from 8.21.0 to 8.22.2
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@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](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.0.2
- [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.0.2)

---
updated-dependencies:
- dependency-name: build
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 1b9028a commit 576ca72
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,7 +24,7 @@ classifiers = [
]

dependencies = [
"build==1.0.3",
"build==1.1.1",
"numpy",
"pyaedt==0.8.1",
"twine==5.0.0",
Expand All @@ -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",
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.0.2",
"pytest-cov==4.1.0",
]
ci = [
Expand Down

0 comments on commit 576ca72

Please sign in to comment.