From e574ec77fbf1997f7fe34b91cb27d27760321907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 06:09:44 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.15619.17 to 253.27864.50 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.15619.17 to 253.27864.50. - [Release notes](https://github.com/JetBrains/intellij-community/releases) - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.15619.17...pycharm/253.27864.50) --- updated-dependencies: - dependency-name: pydevd-pycharm dependency-version: 253.27864.50 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 368b0274..f86a191c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1303,13 +1303,13 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15619.17" +version = "253.27864.50" 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-253.27864.50.tar.gz", hash = "sha256:4652608b70b09cb4e425d05e60da461db9c810258da416d74afe680393642221"}, ] [[package]] @@ -2300,4 +2300,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.8.1" -content-hash = "4d6dc3f0080c62b28f78487a4cbefa724da3af5e9fd100a6abd376bcae3baadf" +content-hash = "1a9ffb54e8a9ea5d8ab4deaba40ef3120ff6d7310d751ad07281122c9c0aad30" diff --git a/pyproject.toml b/pyproject.toml index ae8796e2..7f2221f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,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,<254.0.0" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"