Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ansys-mapdl-reader, matplotlib, ansys-dpf-core, autopep8, pytest and pypandoc #1904

Conversation

pyansys-ci-bot
Copy link
Collaborator

Bumps ansys-mapdl-reader, matplotlib, ansys-dpf-core, autopep8, pytest and pypandoc. These dependencies needed to be updated together.
Updates ansys-mapdl-reader from 0.52.9 to 0.52.10

Commits
  • 93a6c3c bump to v0.52.10
  • aa30b7d Merge branch 'main' into release/0.52
  • 9d01203 fix edge case where a partly filled sequence of element numbers causes an Ind...
  • 512c628 Fix OUTRES for cyclic rotors (#220)
  • 0a40f9e Bump ansys-sphinx-theme from 0.9.4 to 0.9.5 in /requirements (#219)
  • b91e4c5 Bump vtk from 9.2.5 to 9.2.6 in /requirements (#215)
  • fcf6932 Bump pyvista from 0.38.1 to 0.38.3 in /requirements (#216)
  • 6f0e834 Bump ansys-sphinx-theme from 0.8.2 to 0.9.4 in /requirements (#218)
  • See full diff in compare view

Updates matplotlib from 3.7.0 to 3.7.1

Release notes

Sourced from matplotlib's releases.

REL: v3.7.1

This is the first bugfix release of the 3.7.x series.

This release contains several bug-fixes and adjustments:

  • Ensure Qhull license is included in binary wheels
  • Fix application of rcParams on Axes labels
  • Fix compatibility with Pandas datetime unit converter
  • Fix compatibility with latest GTK4
  • Fix import of styles with relative path
  • Fix Lasso unresponsiveness when clicking and immediately releasing
  • Fix pickling of draggable legends
  • Fix RangeSlider.set_val when new value is outside existing value
  • Fix size of Tk spacers when changing display DPI
  • Fix wrapped text in constrained layout
  • Improve compatibility with third-party backends
  • Improve error if animation save path does not exist
Commits
  • b3bd929 REL: 3.7.1
  • 7411f65 DOC: Update release notes for 3.7.1
  • 250cca9 Merge branch 'v3.7.0-doc' into v3.7.x
  • 66232bc Merge pull request #25377 from meeseeksmachine/auto-backport-of-pr-25372-on-v...
  • 5908554 Merge pull request #25376 from meeseeksmachine/auto-backport-of-pr-25371-on-v...
  • 6e77a71 Merge pull request #25375 from meeseeksmachine/auto-backport-of-pr-25364-on-v...
  • 11c6af2 Backport PR #25372: Clean up Curve ArrowStyle docs
  • cdc7bde Backport PR #25371: Tk: Fix size of spacers when changing display DPI
  • feff33d Backport PR #25364: BLD: Pre-download Qhull license to put in wheels
  • 4fcd0a0 Merge pull request #25370 from QuLogic/backport-25369
  • Additional commits viewable in compare view

Updates ansys-dpf-core from 0.7.3 to 0.7.4

Release notes

Sourced from ansys-dpf-core's releases.

v0.7.4 Release Notes

pydpf-core 0.7.4 release for DPF Server 2023.2.pre0 Some new functionalities may only be available for use with DPF Server 2023.2.pre1.

What's Changed

Bug fixes

Documentation

CI/CD

Full Changelog: ansys/pydpf-core@v0.7.3...v0.7.4

Commits
  • e185065 Bump to 0.7.4
  • 61ce7d9 Reorganize examples (#826)
  • 32d0e60 Revert changes to operators.mesh.meshes_provider due to an error server-side ...
  • 7ecefe5 Fix Scoping.init when initializing from ids which are not a list. (#824)
  • 78aa462 Bump to 0.7.4.dev0 (#818)
  • f17b3e2 Reorder modal/harmonic and cyclic symmetry examples and add 10-cyclic-symmetr...
  • e5707dd add new example files (#823)
  • d2a2f00 CI: update doc-deploy versions (#814)
  • 9b1c000 Add server's version availability in python Operators examples (#815)
  • See full diff in compare view

Updates autopep8 from 2.0.1 to 2.0.2

Release notes

Sourced from autopep8's releases.

v2.0.2

What's Changed

Full Changelog: hhatto/autopep8@v2.0.1...v2.0.2

Commits
  • 6e6d4ba version 2.0.2
  • 42c680f Merge pull request #677 from hhatto/fix/issue-676
  • 0415bed Merge pull request #665 from mgorny/2to3-test
  • b5dc17d fix: infinite loop in autopep8.fix_code without w50 ignore option
  • d54afbb Add Python 3.11 to the test matrix
  • 75b444d Ignore DeprecationWarnings to fix tests on py3.11
  • See full diff in compare view

Updates pytest from 7.2.1 to 7.2.2

Release notes

Sourced from pytest's releases.

7.2.2

pytest 7.2.2 (2023-03-03)

Bug Fixes

  • #10533: Fixed pytest.approx{.interpreted-text role="func"} handling of dictionaries containing one or more values of [0.0]{.title-ref}.
  • #10592: Fixed crash if [--cache-show]{.title-ref} and [--help]{.title-ref} are passed at the same time.
  • #10597: Fixed bug where a fixture method named teardown would be called as part of nose teardown stage.
  • #10626: Fixed crash if --fixtures and --help are passed at the same time.
  • #10660: Fixed :pypytest.raises{.interpreted-text role="func"} to return a 'ContextManager' so that type-checkers could narrow pytest.raises(...) if ... else nullcontext() down to 'ContextManager' rather than 'object'.

Improved Documentation

  • #10690: Added [CI]{.title-ref} and [BUILD_NUMBER]{.title-ref} environment variables to the documentation.
  • #10721: Fixed entry-points declaration in the documentation example using Hatch.
  • #10753: Changed wording of the module level skip to be very explicit about not collecting tests and not executing the rest of the module.
Commits
  • 4191e02 Prepare release version 7.2.2
  • eb50c6c [7.2.x] Normalize how changelog entries are written (#10790)
  • 9693556 [7.2.x] Fix test_cmdline_python_namespace_package (#10789)
  • e8e7d44 [7.2.x] made minor updates to fixtures docs (#10778)
  • 2fd4549 [7.2.x] docs: be more explicit about module level skip preventing collection ...
  • cee8d6f [7.2.x] Update import mode documentation to not refer to import() anymore...
  • 79108bf [7.2.x] add CI and BUILD_NUMBER env var in docs (#10750)
  • 779a87a [7.2.x] Update open training (#10740)
  • 6021681 Merge pull request #10734 from pytest-dev/backport-10725-to-7.2.x
  • 37e410f [7.2.x] Fix entry-points declaration in the documentation example using Hatch
  • Additional commits viewable in compare view

Updates pypandoc from 1.10 to 1.11

Commits

… and pypandoc

Bumps [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader), [matplotlib](https://github.com/matplotlib/matplotlib), [ansys-dpf-core](https://github.com/pyansys/pydpf-core), [autopep8](https://github.com/hhatto/autopep8), [pytest](https://github.com/pytest-dev/pytest) and [pypandoc](https://github.com/JessicaTegner/pypandoc). These dependencies needed to be updated together.

Updates `ansys-mapdl-reader` from 0.52.9 to 0.52.10
- [Release notes](https://github.com/pyansys/pymapdl-reader/releases)
- [Commits](ansys/pymapdl-reader@v0.52.9...v0.52.10)

Updates `matplotlib` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.0...v3.7.1)

Updates `ansys-dpf-core` from 0.7.3 to 0.7.4
- [Release notes](https://github.com/pyansys/pydpf-core/releases)
- [Commits](ansys/pydpf-core@v0.7.3...v0.7.4)

Updates `autopep8` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](hhatto/autopep8@v2.0.1...v2.0.2)

Updates `pytest` from 7.2.1 to 7.2.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.2.1...7.2.2)

Updates `pypandoc` from 1.10 to 1.11
- [Release notes](https://github.com/JessicaTegner/pypandoc/releases)
- [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md)
- [Commits](JessicaTegner/pypandoc@v1.10...v1.11)
@github-actions github-actions bot added the Maintenance General maintenance of the repo (libraries, cicd, etc) label Mar 7, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Mar 7, 2023

Please add one of the following labels to add this contribution to the Release Notes 👇

@codecov
Copy link

codecov bot commented Mar 7, 2023

Codecov Report

Merging #1904 (20fec56) into main (7ca4ca1) will increase coverage by 85.72%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           main    #1904       +/-   ##
=========================================
+ Coverage      0   85.72%   +85.72%     
=========================================
  Files         0       44       +44     
  Lines         0     7853     +7853     
=========================================
+ Hits          0     6732     +6732     
- Misses        0     1121     +1121     

@germa89 germa89 merged commit 7e85699 into main Mar 8, 2023
@germa89 germa89 deleted the dependabot/pip/main/ansys-mapdl-reader-and-matplotlib-and-ansys-dpf-core-and-autopep8-and-pytest-and-pypandoc-0.52.10 branch March 8, 2023 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants