From 254175e791a83587303ef206918756bc631e8323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:33:11 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-edb-core](https://github.com/ansys/pyedb-core) and [pygithub](https://github.com/pygithub/pygithub). Updates `ansys-edb-core` from 0.2.0 to 0.2.1 - [Release notes](https://github.com/ansys/pyedb-core/releases) - [Commits](https://github.com/ansys/pyedb-core/compare/v0.2.0...v0.2.1) Updates `pygithub` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: ansys-edb-core dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pygithub dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e5af4be..870073fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "ansys-dpf-post==0.9.3", "ansys-dyna-core==0.9.0", "ansys-dynamicreporting-core==0.10.1", - "ansys-edb-core==0.2.0", + "ansys-edb-core==0.2.1", "ansys-fluent-core==0.34.0", "ansys-geometry-core==0.11.0", "ansys-hps-client==0.10.1", @@ -99,7 +99,7 @@ doc = [ "ansys-sphinx-theme==1.5.3", "Jinja2 ==3.1.6", "Pillow==11.3.0", - "PyGithub==2.6.1", + "PyGithub==2.7.0", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.1", "sphinxcontrib-mermaid==1.0.0",