From d65209d6d4452b698f60d54432a31b4e67d287a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 06:47:30 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.13763.5 to 241.8102.133 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.13763.5 to 241.8102.133. - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.13763.5...pycharm/241.8102.133) --- updated-dependencies: - dependency-name: pydevd-pycharm 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 2d9da90ef..c7bd453e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -855,12 +855,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.13763.5" +version = "241.8102.133" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" files = [ - {file = "pydevd-pycharm-233.13763.5.tar.gz", hash = "sha256:2585e3c8a0048f65a7276bb40805e851a76355ca6528523de8561f9369102fff"}, + {file = "pydevd-pycharm-241.8102.133.tar.gz", hash = "sha256:9ed85590a5aa19f334d99beb43a33d8290a43fde5522daf24027ac2989f9a91b"}, ] [[package]] @@ -1232,4 +1232,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "4da927bcfd463bf054b008bad7b30115c5fbde21918dd11732c64e1230365a55" +content-hash = "c26a0d839faeb1f7a5d6596984678e402cff7f03155233382d2d31139a40723f" diff --git a/pyproject.toml b/pyproject.toml index a0496184b..1ea7398cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ mysql-connector-python = "^8.3.0" boto3 = "^1.34.28" coverage = "^7.4.0" debugpy = "^1.8.0" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = "^241.8102.133" pytest = "^7.4.4" pytest-mock = "^3.12.0" pytest-html = "^4.1.1"