diff --git a/poetry.lock b/poetry.lock index 58beffe9..f1b44e21 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1140,12 +1140,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15026.15" +version = "242.19890.32" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" files = [ - {file = "pydevd-pycharm-233.15026.15.tar.gz", hash = "sha256:f0f75f38f9ef857c52681b21c918ab9286c8af49ed4c05fbe98241d2ff10b029"}, + {file = "pydevd-pycharm-242.19890.32.tar.gz", hash = "sha256:1c3dc311f24a188e29da5fc20a12776a0e06e5dbdcb1ec8b7aa11f9ebb90a8ab"}, ] [[package]] @@ -1605,4 +1605,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "e5d174e289edd63ccf622edae641d82ce8baa523447e9440010c461b75fc8f7f" +content-hash = "4870869f3fdd5a1c09bfb0097cd579047dab8b6c640e049c8f5f62a8a9447f8d" diff --git a/pyproject.toml b/pyproject.toml index 8026fd13..a107c9dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ mysql-connector-python = "^8.4.0" boto3 = "^1.34.111" coverage = "^7.5.1" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = ">=233.13763.5,<243.0.0" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"