From 91e941ccb0bee0c3d145ff8d1e8ff34ec01bbb6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 03:38:58 +0000 Subject: [PATCH] Bump pydevd-pycharm from 232.8660.146 to 232.8660.197 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 232.8660.146 to 232.8660.197. - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/232.8660.146...pycharm/232.8660.197) --- 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 44035c0..da9c5d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -531,12 +531,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "232.8660.146" +version = "232.8660.197" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = true python-versions = "*" files = [ - {file = "pydevd-pycharm-232.8660.146.tar.gz", hash = "sha256:5c9ed5232f8e6ffec757c119a7eb789a230ad7211dbd7d08d9280fdbb707bba9"}, + {file = "pydevd-pycharm-232.8660.197.tar.gz", hash = "sha256:40bd38925b37f274d6a3a8ef2594a4f5bdfd21a363663efa4cfd73b30dc7ecc3"}, ] [[package]] @@ -848,4 +848,4 @@ trio = ["trio"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "f505b5b5ce1dd9105b3b5fa8d34e412f078d3bd7cf48a2f84c1a10999471dd9b" +content-hash = "cd433cbc408ded8181ccacefc6d06c9ead85646ac6eb31355c75d3a42959e610" diff --git a/pyproject.toml b/pyproject.toml index 920622a..926cdef 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.147", optional = true } # TODO: remove this, when pydevd-pycharm bug will be fixed +pydevd-pycharm = { version = "<232.8660.198", 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]