From b8866e8908f05dfe58b0fcddce8ddd03440236ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:54:23 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.15619.17 to 261.22158.220 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.15619.17 to 261.22158.220. - [Release notes](https://github.com/JetBrains/intellij-community/releases) - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.15619.17...pycharm/261.22158.220) --- updated-dependencies: - dependency-name: pydevd-pycharm dependency-version: 261.22158.220 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f88d8914..e1cdabaf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1908,13 +1908,13 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15619.17" +version = "261.22158.220" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" groups = ["test"] files = [ - {file = "pydevd_pycharm-233.15619.17.tar.gz", hash = "sha256:eb92c77803279e45ae5a325e5c5777d0e745af651c84856cc3849d48ff188f17"}, + {file = "pydevd_pycharm-261.22158.220.tar.gz", hash = "sha256:ddb408258b66084fe9949e9983a821bc2959c42ea669000ceb1e1627de65b363"}, ] [[package]] @@ -2953,4 +2953,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "3759fd70597c79048cebeb4fc0a1a1caa1d8a50bef0948a5a3dda1eaf13fddf5" +content-hash = "d691dc1a58bb5fbab5129f729788e395317ea932c29f05baf3cfb08ea1d937e1" diff --git a/pyproject.toml b/pyproject.toml index ffd73d2f..89b772e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ boto3 = "^1.34.111" types-boto3 = "^1.34.111" coverage = "^7.5.1" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = ">=233.13763.5,<262.0.0" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"