Skip to content

build(deps): bump nbsphinx from 0.9.5 to 0.9.7 in /requirements #2493

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

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2025

Bumps nbsphinx from 0.9.5 to 0.9.7.

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.9.7

https://pypi.org/project/nbsphinx/0.9.7/

  • Disable Sphinx 8.2+ (for now)

nbsphinx 0.9.6

https://pypi.org/project/nbsphinx/0.9.6/

  • Markdown: allow lists without leading blank line
Changelog

Sourced from nbsphinx's changelog.

Version 0.9.7 -- 2025-03-03 -- PyPI__ -- diff__

  • Disable Sphinx 8.2+ (for now)

__ https://pypi.org/project/nbsphinx/0.9.7/ __ spatialaudio/nbsphinx@0.9.6...0.9.7

Version 0.9.6 -- 2024-12-24 -- PyPI__ -- diff__

  • Markdown: allow lists without leading blank line

__ https://pypi.org/project/nbsphinx/0.9.6/ __ spatialaudio/nbsphinx@0.9.5...0.9.6

Version 0.9.5 -- 2024-08-13 -- PyPI__ -- diff__

  • Miscellaneous fixes

__ https://pypi.org/project/nbsphinx/0.9.5/ __ spatialaudio/nbsphinx@0.9.4...0.9.5

Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__

  • Require docutils >= 0.18.1
  • Minor fixes, documentation and CI updates

__ https://pypi.org/project/nbsphinx/0.9.4/ __ spatialaudio/nbsphinx@0.9.3...0.9.4

Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__

  • Fix gallery regression in Sphinx 7.2

__ https://pypi.org/project/nbsphinx/0.9.3/ __ spatialaudio/nbsphinx@0.9.2...0.9.3

Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

__ https://pypi.org/project/nbsphinx/0.9.2/ __ spatialaudio/nbsphinx@0.9.1...0.9.2

Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__

  • pandoc: disable "smart" option only for version 2.0+

__ https://pypi.org/project/nbsphinx/0.9.1/ __ spatialaudio/nbsphinx@0.9.0...0.9.1

Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
nbsphinx [< 0.9, > 0.8.11]

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nbsphinx](https://github.com/spatialaudio/nbsphinx) from 0.9.5 to 0.9.7.
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.9.5...0.9.7)

---
updated-dependencies:
- dependency-name: nbsphinx
  dependency-version: 0.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Related to package requirements maintenance Repository structure maintenance labels Jul 30, 2025
Copy link

codecov bot commented Aug 6, 2025

❌ 3 Tests Failed:

Tests completed Failed Passed Skipped
19427 3 19424 2961
View the top 3 failed test(s) by shortest run time
test_remote_operator/test_remote_operator.py::test_connect_remote_data_to_operator
Stack Traces | 1.13s run time
simple_bar = '.../pydpf-core/pydpf-core/.tox.../test-remote_operator/lib/python3.10.../examples/result_files/ASimpleBar.rst'

    @pytest.mark.skipif(
        not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
        reason="Connecting data from different servers is " "supported starting server version 4.0",
    )
    def test_connect_remote_data_to_operator(simple_bar):
        data_sources1 = core.DataSources(simple_bar)
>       op2 = ops.result.displacement(data_sources=data_sources1, server=local_servers[0])

test_remote_operator/test_remote_operator.py:66: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
.tox.../test-remote_operator/lib/python3.10.../operators/result/displacement.py:118: in __init__
    super().__init__(name="U", config=config, server=server)
.tox.../test-remote_operator/lib/python3.10.../dpf/core/dpf_operator.py:156: in __init__
    self._internal_obj = self._api.operator_new_on_client(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

operatorName = 'U'
client = <ansys.dpf.core.server_types.GrpcClient object at 0x7f289da84790>

    @staticmethod
    def operator_new_on_client(operatorName, client):
    	errorSize = ctypes.c_int(0)
    	sError = ctypes.c_wchar_p()
    	res = capi.dll.Operator_new_on_client(utils.to_char_ptr(operatorName), client._internal_obj if client is not None else None, ctypes.byref(utils.to_int32(errorSize)), ctypes.byref(sError))
    	if errorSize.value != 0:
>   		raise errors.DPFServerException(sError.value)
E     ansys.dpf.gate.errors.DPFServerException: a 'service is currently unavailable' error occurred: failed to connect to all addresses

.tox.../test-remote_operator/lib/python3.10.../gate/generated/operator_capi.py:781: DPFServerException
test_server\test_server.py::test_server::TestServerConfigs::test_start_shutdown_start[grpc]
Stack Traces | 3.05s run time
self = <test_server.TestServerConfigs object at 0x000002A11A6EB670>
server_config = <ansys.dpf.core.server_factory.ServerConfig object at 0x000002A11A6AE290>

    def test_start_shutdown_start(self, server_config):
        set_server_configuration(server_config)
        # print(dpf.core.SERVER_CONFIGURATION)
        server = start_local_server(timeout=20)
        server.shutdown()
>       server = start_local_server(timeout=20)

test_server\test_server.py:148: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\test-server\lib\site-packages\ansys\dpf\core\server.py:257: in start_local_server
    server = server_type(
.tox\test-server\lib\site-packages\ansys\dpf\core\server_types.py:852: in __init__
    self._check_first_call(timeout=timeout - (time.time() - start_time))  # Pass remaining time
.tox\test-server\lib\site-packages\ansys\dpf\core\server_types.py:871: in _check_first_call
    raise e
.tox\test-server\lib\site-packages\ansys\dpf\core\server_types.py:865: in _check_first_call
    _ = self.version
.tox\test-server\lib\site-packages\ansys\dpf\core\server_types.py:888: in version
    api.data_processing_get_server_version_on_client(self.client, major, minor)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

client = <ansys.dpf.core.server_types.GrpcClient object at 0x000002A11C337CD0>
major = <ansys.dpf.gate.integral_types.MutableInt32 object at 0x000002A11C336CB0>
minor = <ansys.dpf.gate.integral_types.MutableInt32 object at 0x000002A11C336380>

    @staticmethod
    def data_processing_get_server_version_on_client(client, major, minor):
    	errorSize = ctypes.c_int(0)
    	sError = ctypes.c_wchar_p()
    	res = capi.dll.DataProcessing_getServerVersion_on_client(client._internal_obj if client is not None else None, ctypes.byref(utils.to_int32(major)), ctypes.byref(utils.to_int32(minor)), ctypes.byref(utils.to_int32(errorSize)), ctypes.byref(sError))
    	if errorSize.value != 0:
>   		raise errors.DPFServerException(sError.value)
E     ansys.dpf.gate.errors.DPFServerException: a 'cancelled' error occurred: CANCELLED

.tox\test-server\lib\site-packages\ansys\dpf\gate\generated\data_processing_capi.py:498: DPFServerException
test_server\test_server.py::test_server::test_start_after_shutting_down_server
Stack Traces | 8.94s run time
@pytest.mark.skipif(
        not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
        reason="Not existing in version lower than 4.0",
    )
    @pytest.mark.skipif(running_docker, reason="Unstable on Docker")
    def test_start_after_shutting_down_server():
        remote_server = start_local_server(
            config=dpf.core.AvailableServerConfigs.GrpcServer, as_global=False
        )
        remote_server.shutdown()
    
        time.sleep(2.0)
    
>       remote_server = start_local_server(
            config=dpf.core.AvailableServerConfigs.GrpcServer, as_global=False
        )

test_server\test_server.py:338: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\test-server\lib\site-packages\ansys\dpf\core\server.py:257: in start_local_server
    server = server_type(
.tox\test-server\lib\site-packages\ansys\dpf\core\server_types.py:852: in __init__
    self._check_first_call(timeout=timeout - (time.time() - start_time))  # Pass remaining time
.tox\test-server\lib\site-packages\ansys\dpf\core\server_types.py:871: in _check_first_call
    raise e
.tox\test-server\lib\site-packages\ansys\dpf\core\server_types.py:865: in _check_first_call
    _ = self.version
.tox\test-server\lib\site-packages\ansys\dpf\core\server_types.py:888: in version
    api.data_processing_get_server_version_on_client(self.client, major, minor)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

client = <ansys.dpf.core.server_types.GrpcClient object at 0x000002A11C7460E0>
major = <ansys.dpf.gate.integral_types.MutableInt32 object at 0x000002A11C744370>
minor = <ansys.dpf.gate.integral_types.MutableInt32 object at 0x000002A11C7443D0>

    @staticmethod
    def data_processing_get_server_version_on_client(client, major, minor):
    	errorSize = ctypes.c_int(0)
    	sError = ctypes.c_wchar_p()
    	res = capi.dll.DataProcessing_getServerVersion_on_client(client._internal_obj if client is not None else None, ctypes.byref(utils.to_int32(major)), ctypes.byref(utils.to_int32(minor)), ctypes.byref(utils.to_int32(errorSize)), ctypes.byref(sError))
    	if errorSize.value != 0:
>   		raise errors.DPFServerException(sError.value)
E     ansys.dpf.gate.errors.DPFServerException: a 'cancelled' error occurred: CANCELLED

.tox\test-server\lib\site-packages\ansys\dpf\gate\generated\data_processing_capi.py:498: DPFServerException

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@PProfizi
Copy link
Contributor

PProfizi commented Aug 6, 2025

Because nbsphinx==0.9.7 depends on sphinx>=1.8,<8.2 and you require nbsphinx==0.9.7, we can conclude that you require sphinx>=1.8,<8.2. And because you require sphinx==8.2.3, we can conclude that your requirements are unsatisfiable.

@PProfizi PProfizi closed this Aug 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/requirements/nbsphinx-0.9.7 branch August 6, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to package requirements maintenance Repository structure maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant