From 629ac22bf1d3ca7d12274e2acaa1c7261ecad59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:38:30 +0000 Subject: [PATCH] build(deps-dev): bump pyperclip from 1.10.0 to 1.11.0 Bumps [pyperclip](https://github.com/asweigart/pyperclip) from 1.10.0 to 1.11.0. - [Changelog](https://github.com/asweigart/pyperclip/blob/master/CHANGES.txt) - [Commits](https://github.com/asweigart/pyperclip/commits) --- updated-dependencies: - dependency-name: pyperclip dependency-version: 1.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fded4f2..b528fcf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "altgraph" @@ -1302,14 +1302,14 @@ setuptools = ">=42.0.0" [[package]] name = "pyperclip" -version = "1.10.0" +version = "1.11.0" description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)" optional = false python-versions = "*" groups = ["ui"] files = [ - {file = "pyperclip-1.10.0-py3-none-any.whl", hash = "sha256:596fbe55dc59263bff26e61d2afbe10223e2fccb5210c9c96a28d6887cfcc7ec"}, - {file = "pyperclip-1.10.0.tar.gz", hash = "sha256:180c8346b1186921c75dfd14d9048a6b5d46bfc499778811952c6dd6eb1ca6be"}, + {file = "pyperclip-1.11.0-py3-none-any.whl", hash = "sha256:299403e9ff44581cb9ba2ffeed69c7aa96a008622ad0c46cb575ca75b5b84273"}, + {file = "pyperclip-1.11.0.tar.gz", hash = "sha256:244035963e4428530d9e3a6101a1ef97209c6825edab1567beac148ccc1db1b6"}, ] [[package]] @@ -1987,4 +1987,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "358e28e7d9d77a03bffcf149b4935191bde0a18d8c7a9afc96334727fcd4d237" +content-hash = "9d58c01278cef6286881e7bf7c9a83a060b5fe9c2c4ba8c8e7526255509779f8" diff --git a/pyproject.toml b/pyproject.toml index 2648f80..dc5983f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ poethepoet = { version = "~0.37.0", extras = ["poetry_plugin"]} [tool.poetry.group.ui.dependencies] -pyperclip = "^1.10.0" +pyperclip = "^1.11.0" [build-system] requires = ["poetry-core>=1.0.0", "setuptools>=40.8.0"]