From 683b856c4e90b8ef214c98f9899bd612adae45c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 03:31:51 +0000 Subject: [PATCH] Bump pydevd-pycharm from 232.8660.49 to 232.8660.146 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 232.8660.49 to 232.8660.146. - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/232.8660.49...pycharm/232.8660.146) --- updated-dependencies: - dependency-name: pydevd-pycharm dependency-type: direct:production update-type: version-update:semver-patch ... 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 211c2f5..44035c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -531,12 +531,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "232.8660.49" +version = "232.8660.146" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = true python-versions = "*" files = [ - {file = "pydevd-pycharm-232.8660.49.tar.gz", hash = "sha256:2457c4cb5f0832d0af017f31c4cdfca88371e31980fbd5d415fd5e4012480ed6"}, + {file = "pydevd-pycharm-232.8660.146.tar.gz", hash = "sha256:5c9ed5232f8e6ffec757c119a7eb789a230ad7211dbd7d08d9280fdbb707bba9"}, ] [[package]] @@ -848,4 +848,4 @@ trio = ["trio"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "9e884ba686d1f83a3cad39cfdeabb4877d2ecdc85f4b742a4cf48a873ac7f347" +content-hash = "f505b5b5ce1dd9105b3b5fa8d34e412f078d3bd7cf48a2f84c1a10999471dd9b" diff --git a/pyproject.toml b/pyproject.toml index 6fca4b3..920622a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/uriyyo/async-eval" [tool.poetry.dependencies] python = "^3.7" -pydevd-pycharm = { version = "<232.8660.50", optional = true } # TODO: remove this, when pydevd-pycharm bug will be fixed +pydevd-pycharm = { version = "<232.8660.147", optional = true } # TODO: remove this, when pydevd-pycharm bug will be fixed trio = { version = ">=0.21,<0.23", optional = true } [tool.poetry.group.dev.dependencies]