Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates (#725)
Browse files Browse the repository at this point in the history
* Bump the dependencies group with 5 updates

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pyvista](https://github.com/pyvista/pyvista) | `0.44.1` | `0.44.2` |
| [ansys-dpf-core](https://github.com/ansys/pydpf-core) | `0.13.2` | `0.13.3` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.2` | `3.9.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.119.4` | `6.122.1` |


Updates `pyvista` from 0.44.1 to 0.44.2
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.44.1...v0.44.2)

Updates `ansys-dpf-core` from 0.13.2 to 0.13.3
- [Release notes](https://github.com/ansys/pydpf-core/releases)
- [Commits](ansys/pydpf-core@v0.13.2...v0.13.3)

Updates `matplotlib` from 3.9.2 to 3.9.3
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.2...v3.9.3)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `hypothesis` from 6.119.4 to 6.122.1
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.119.4...hypothesis-python-6.122.1)

---
updated-dependencies:
- dependency-name: pyvista
  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-patch
  dependency-group: dependencies
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix vale warnings

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Gresch <[email protected]>
  • Loading branch information
dependabot[bot] and greschd authored Dec 2, 2024
1 parent 98ea997 commit b631468
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 66 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- vale off -->

This directory contains thumbnails for the gallery examples which are
not built in CI. The thumbnails are used in the gallery index page.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/howto/file_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ handles the upload automatically.
Loading input files
~~~~~~~~~~~~~~~~~~~

To load an input file, pass the file path on your local machine to the
To load an input file, pass its path on your local machine to the
:meth:`.import_model` method:

.. doctest::
Expand Down
Loading

0 comments on commit b631468

Please sign in to comment.