From 502b79859ca720e348977ac1afa0fbdee2bbf89e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:44:51 +0000 Subject: [PATCH 1/2] Bump pyqt6 from 6.9.0 to 6.9.1 Bumps [pyqt6](https://www.riverbankcomputing.com/software/pyqt/) from 6.9.0 to 6.9.1. --- updated-dependencies: - dependency-name: pyqt6 dependency-version: 6.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index c011827..32ebcfd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -811,18 +811,18 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pyqt6" -version = "6.9.0" +version = "6.9.1" description = "Python bindings for the Qt cross platform application toolkit" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "PyQt6-6.9.0-cp39-abi3-macosx_10_14_universal2.whl", hash = "sha256:5344240747e81bde1a4e0e98d4e6e2d96ad56a985d8f36b69cd529c1ca9ff760"}, - {file = "PyQt6-6.9.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:e344868228c71fc89a0edeb325497df4ff731a89cfa5fe57a9a4e9baecc9512b"}, - {file = "PyQt6-6.9.0-cp39-abi3-manylinux_2_39_aarch64.whl", hash = "sha256:1cbc5a282454cf19691be09eadbde019783f1ae0523e269b211b0173b67373f6"}, - {file = "PyQt6-6.9.0-cp39-abi3-win_amd64.whl", hash = "sha256:d36482000f0cd7ce84a35863766f88a5e671233d5f1024656b600cd8915b3752"}, - {file = "PyQt6-6.9.0-cp39-abi3-win_arm64.whl", hash = "sha256:0c8b7251608e05b479cfe731f95857e853067459f7cbbcfe90f89de1bcf04280"}, - {file = "pyqt6-6.9.0.tar.gz", hash = "sha256:6a8ff8e3cd18311bb7d937f7d741e787040ae7ff47ce751c28a94c5cddc1b4e6"}, + {file = "pyqt6-6.9.1-cp39-abi3-macosx_10_14_universal2.whl", hash = "sha256:33c23d28f6608747ecc8bfd04c8795f61631af9db4fb1e6c2a7523ec4cc916d9"}, + {file = "pyqt6-6.9.1-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:37884df27f774e2e1c0c96fa41e817a222329b80ffc6241725b0dc8c110acb35"}, + {file = "pyqt6-6.9.1-cp39-abi3-manylinux_2_39_aarch64.whl", hash = "sha256:055870b703c1a49ca621f8a89e2ec4d848e6c739d39367eb9687af3b056d9aa3"}, + {file = "pyqt6-6.9.1-cp39-abi3-win_amd64.whl", hash = "sha256:15b95bd273bb6288b070ed7a9503d5ff377aa4882dd6d175f07cad28cdb21da0"}, + {file = "pyqt6-6.9.1-cp39-abi3-win_arm64.whl", hash = "sha256:08792c72d130a02e3248a120f0b9bbb4bf4319095f92865bc5b365b00518f53d"}, + {file = "pyqt6-6.9.1.tar.gz", hash = "sha256:50642be03fb40f1c2111a09a1f5a0f79813e039c15e78267e6faaf8a96c1c3a6"}, ] [package.dependencies] @@ -1033,4 +1033,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "cbb443ade496a50c3e64679e41bde6811e8cea8f31e31c3fe3db584eba015345" +content-hash = "9a8ccbe182c5dddbb50d0b35a02c96200901b2431ba4e44469571648f336d936" diff --git a/pyproject.toml b/pyproject.toml index 3c09ff4..098844c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ include = ["gypt_matplotlib/gypt.mplstyle"] [tool.poetry.dependencies] matplotlib = "^3.10.1" -pyqt6 = "^6.9.0" +pyqt6 = "^6.9.1" [tool.poetry.group.dev.dependencies] black = ">=25.1.0" # major and minor aren't semantically versioned but on year and month From 6074739d46a209250f6098f782b076679c764efb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:44:58 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 46ac2d4..21eb57b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ pillow==11.2.1 ; python_version >= "3.12" pyparsing==3.2.3 ; python_version >= "3.12" pyqt6-qt6==6.9.0 ; python_version >= "3.12" pyqt6-sip==13.10.0 ; python_version >= "3.12" -pyqt6==6.9.0 ; python_version >= "3.12" +pyqt6==6.9.1 ; python_version >= "3.12" python-dateutil==2.9.0.post0 ; python_version >= "3.12" six==1.17.0 ; python_version >= "3.12"