ansys / api-eigen-example

Ansys API example repository for demonstrating the use of REST and gRPC in different SW languages (Python, C++...)
https://apieigen.docs.ansys.com
MIT License
7 stars 0 forks source link

Build(deps): bump the pip-deps group in /requirements with 4 updates #153

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the pip-deps group in /requirements with 4 updates: pybind11[global], grpcio, grpcio-tools and sphinx-autodoc-typehints.

Updates pybind11[global] from 2.11.0 to 2.11.1

Release notes

Sourced from pybind11[global]'s releases.

Version 2.11.1

Changes:

  • PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF is now provided as an option for disabling the default-on PyGILState_Check()'s in pybind11::handle's inc_ref() & dec_ref(). #4753

  • PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF was disabled for PyPy in general (not just PyPy Windows). #4751


NOTE: There was a version number mishap in the first attempt making this release. It was fixed within minutes with #4756 and the stable branch was re-tagged. The upload to PyPI only succeeded for the corrected release.

Changelog

Sourced from pybind11[global]'s changelog.

Version 2.11.1 (July 17, 2023)

Changes:

  • PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF is now provided as an option for disabling the default-on PyGILState_Check()'s in pybind11::handle's inc_ref() & dec_ref(). [#4753](https://github.com/pybind/pybind11/issues/4753) <https://github.com/pybind/pybind11/pull/4753>_

  • PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF was disabled for PyPy in general (not just PyPy Windows). [#4751](https://github.com/pybind/pybind11/issues/4751) <https://github.com/pybind/pybind11/pull/4751>_

Commits


Updates grpcio from 1.56.0 to 1.56.2

Release notes

Sourced from grpcio's releases.

Release v1.56.2

This is release gRPC Core 1.56.2 (galvanized).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Core

  • [WRR] backport (#33694) to 1.56 (#33698)

  • [backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion (#33667)

Release v1.56.1

This is release 1.56.1 (galvanized) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [tls] Backport - Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. (#33583)

Release v1.56.1-pre1

This is a prerelease of gRPC Core 1.56.1 (galvanized).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This prerelease contains refinements, improvements, and bug fixes.

Commits
  • c0d1c39 [release] Bump release version to 1.56.2 (#33705)
  • 484820a [WRR] backport #33694 to 1.56 (#33698)
  • 6425ed2 Automated fix for refs/heads/v1.56.x (#33681)
  • d4b53c7 [backport][iomgr][EventEngine] Improve server handling of file descriptor exh...
  • 8a59ef0 [Release] Bump version to 1.56.1 (on v1.56.x branch) (#33651)
  • 67df2b3 [Release] Bump version to 1.56.1-pre1 (on v1.56.x branch) (#33619)
  • e46dda5 [Core] Backport:1.56 Improve HPACK (#33603)
  • 53e637c [tls] Backport - Remove use of SSL_CTX_set_client_CA_list for TLS server cred...
  • 45480dd [PSM interop] Don't fail url_map target if sub-target already failed (v1.56.x...
  • See full diff in compare view


Updates grpcio-tools from 1.56.0 to 1.56.2

Release notes

Sourced from grpcio-tools's releases.

Release v1.56.2

This is release gRPC Core 1.56.2 (galvanized).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Core

  • [WRR] backport (#33694) to 1.56 (#33698)

  • [backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion (#33667)

Release v1.56.1

This is release 1.56.1 (galvanized) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [tls] Backport - Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. (#33583)

Release v1.56.1-pre1

This is a prerelease of gRPC Core 1.56.1 (galvanized).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This prerelease contains refinements, improvements, and bug fixes.

Commits
  • c0d1c39 [release] Bump release version to 1.56.2 (#33705)
  • 484820a [WRR] backport #33694 to 1.56 (#33698)
  • 6425ed2 Automated fix for refs/heads/v1.56.x (#33681)
  • d4b53c7 [backport][iomgr][EventEngine] Improve server handling of file descriptor exh...
  • 8a59ef0 [Release] Bump version to 1.56.1 (on v1.56.x branch) (#33651)
  • 67df2b3 [Release] Bump version to 1.56.1-pre1 (on v1.56.x branch) (#33619)
  • e46dda5 [Core] Backport:1.56 Improve HPACK (#33603)
  • 53e637c [tls] Backport - Remove use of SSL_CTX_set_client_CA_list for TLS server cred...
  • 45480dd [PSM interop] Don't fail url_map target if sub-target already failed (v1.56.x...
  • See full diff in compare view


Updates sphinx-autodoc-typehints from 1.23.3 to 1.24.0

Release notes

Sourced from sphinx-autodoc-typehints's releases.

1.24.0

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.23.3...1.24.0

Commits
  • a417158 Drop typed-ast as is no longer maintained/used (#373)
  • 89988e6 [pre-commit.ci] pre-commit autoupdate (#372)
  • 55b62de Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#370)
  • daa20ea Exclude dependabot and pre-commit ci from release notes (#369)
  • d139405 [pre-commit.ci] pre-commit autoupdate (#368)
  • ff1180d Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#366)
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
dependabot[bot] commented 1 year ago

The following labels could not be found: maintenance, dependencies.