diff --git a/poetry.lock b/poetry.lock index a0a244a6..d314bcbf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1161,12 +1161,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15325.20" +version = "242.21829.153" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" files = [ - {file = "pydevd-pycharm-233.15325.20.tar.gz", hash = "sha256:b0e4663b6ff8dec0cb974aa4a15312867fde32b10bbe6ab5353c8389efa4503c"}, + {file = "pydevd_pycharm-242.21829.153.tar.gz", hash = "sha256:45513995097f36ec651522d95a753bc35ec5fe7c99f60942917bc6d45e3bcd3f"}, ] [[package]] @@ -1643,4 +1643,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "47a0ecc167b2221602cf2ba98f0e8a96b5b472e0d92561715551df388a6e8844" +content-hash = "3fd25f29a4a250e97c43243e6cdc8ac83a1efffcb6c5eb23a0c7a41ba81a7102" diff --git a/pyproject.toml b/pyproject.toml index 23532252..6a61eb9d 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"