From 052e1822da543de7040cb319c1b36ee085adb90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 06:11:05 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.15619.17 to 253.20558.58 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.15619.17 to 253.20558.58. - [Release notes](https://github.com/JetBrains/intellij-community/releases) - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.15619.17...pycharm/253.20558.58) --- updated-dependencies: - dependency-name: pydevd-pycharm dependency-version: 253.20558.58 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fd6525d2..e7d09e73 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.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 = "astor" @@ -1303,13 +1303,13 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15619.17" +version = "253.20558.58" 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.20558.58.tar.gz", hash = "sha256:7715ba39e46506455390d95a1150cd0ca7c833730cb51d3588c1ef45f7766a1d"}, ] [[package]] @@ -2299,4 +2299,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 e31302bf..a3c8dfc0 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"