diff --git a/poetry.lock b/poetry.lock index 0f2314e6..526ca633 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1150,12 +1150,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15026.15" +version = "242.10180.30" 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.10180.30.tar.gz", hash = "sha256:a4ef3c5ecb3068d46d78b98d148c14f14a902c6f4bff185cd76d73578cd43811"}, ] [[package]] @@ -1632,4 +1632,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 = "e015d08d54c8577bd906a7dd59591316d8f77faf2a7f8a51aec755dffc3d830f" diff --git a/pyproject.toml b/pyproject.toml index 101a4974..663a24e6 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 = "^242.10180.30" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"