From f861b861865c93c7f0cbceaef8ad562a50bbbdc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:21:44 +0000 Subject: [PATCH 1/5] build(deps): bump requests from 2.32.5 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 702dc838..423cb4e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,7 +64,7 @@ pytest==8.4.2 # via libsemigroups_pybind11 (pyproject.toml) pyyaml==6.0.3 # via pybtex -requests==2.32.5 +requests==2.33.0 # via sphinx roman-numerals-py==3.1.0 # via sphinx From 6c7225ba41f224e203e38bd615a7e544ea58c613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:24:25 +0000 Subject: [PATCH 2/5] build(deps): bump pygments from 2.19.2 to 2.20.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 423cb4e5..8c2a8a9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ pybtex==0.25.1 # sphinxcontrib-bibtex pybtex-docutils==1.0.3 # via sphinxcontrib-bibtex -pygments==2.19.2 +pygments==2.20.0 # via # pytest # sphinx From faac8a5f9a2fcce00d2fb5b267f7fe5320d4c6b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:58:46 +0000 Subject: [PATCH 3/5] build(deps): bump mamba-org/setup-micromamba in the actions group Bumps the actions group with 1 update: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `mamba-org/setup-micromamba` from 2 to 3 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v2...v3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-conda.yml b/.github/workflows/test-conda.yml index eb133556..4228fa99 100644 --- a/.github/workflows/test-conda.yml +++ b/.github/workflows/test-conda.yml @@ -33,7 +33,7 @@ jobs: # Setup environment - uses: actions/checkout@v6 - name: Create micromamba environment . . . - uses: mamba-org/setup-micromamba@v2 + uses: mamba-org/setup-micromamba@v3 with: environment-name: libsemigroups cache-environment: false From 6a8ef6012397c7486000dbf93ff237d5620f77fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:37:19 +0000 Subject: [PATCH 4/5] build(deps): bump pypa/cibuildwheel in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c1ae7c22..0d6cb92e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -30,7 +30,7 @@ jobs: # Used to host cibuildwheel - name: Build wheel - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 with: output-dir: wheelhouse - uses: actions/upload-artifact@v7 From aa254eaa7843b011f7f35a6bee9a75c29c76c383 Mon Sep 17 00:00:00 2001 From: James Mitchell Date: Sat, 4 Apr 2026 19:56:32 +0100 Subject: [PATCH 5/5] cong: fix tests for upstream changes --- docs/source/main-algorithms/congruence/to-cong.rst | 4 ++-- tests/test_cong.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/main-algorithms/congruence/to-cong.rst b/docs/source/main-algorithms/congruence/to-cong.rst index 7a592fa4..e8bac2f8 100644 --- a/docs/source/main-algorithms/congruence/to-cong.rst +++ b/docs/source/main-algorithms/congruence/to-cong.rst @@ -124,12 +124,12 @@ trivial congruence over the word graph *wg*. >>> wg = WordGraph(7, [[1, 2], [1, 3], [4, 2], [5, 3], [4, 6], [5, 3], [4, 6]]) >>> cong = to(congruence_kind.twosided, wg, rtype=(Congruence, list[int])) >>> cong.add_generating_pair([0], [1]) - <1-sided Congruence over with 1 gen. pair, 1 runners> + <2-sided Congruence over with 1 gen. pair, 1 runners> >>> cong.number_of_classes() 1 >>> cong = to(congruence_kind.twosided, wg, rtype=(Congruence, str)) >>> cong.add_generating_pair("a", "b") - <1-sided Congruence over with 1 gen. pair, 1 runners> + <2-sided Congruence over with 1 gen. pair, 1 runners> >>> cong.number_of_classes() 1 diff --git a/tests/test_cong.py b/tests/test_cong.py index 61766e71..ac3bafc3 100644 --- a/tests/test_cong.py +++ b/tests/test_cong.py @@ -94,7 +94,6 @@ def test_has_get(): c = Congruence(congruence_kind.twosided, p) assert c.number_of_runners() <= 4 - assert c.has(Kambites) k = c.get(Kambites) c.run()