diff --git a/poetry.lock b/poetry.lock index 974df1d65..912cca61a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1163,12 +1163,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.14475.56" +version = "241.14494.19" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" files = [ - {file = "pydevd-pycharm-233.14475.56.tar.gz", hash = "sha256:ab3a8dcc04966ba81ebc3b48b3d99e1c706375c6eb06632d918ef5d97b2242ec"}, + {file = "pydevd-pycharm-241.14494.19.tar.gz", hash = "sha256:f163b15fa46e29a18934f96d2379db94c5043ba5a8bd2fedf1217ecbf369e544"}, ] [[package]] @@ -1645,4 +1645,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "e11e05a3b948a6f4a756e4ae3010cec8f07ac3e6f6d895e59f6048404f082ccc" +content-hash = "8e20429c53c1f91a5a7903b4b403df62553b49a20f35b1513d508aba18a23511" diff --git a/pyproject.toml b/pyproject.toml index a5b273a23..e53ee7cb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ mysql-connector-python = "^8.3.0" boto3 = "^1.34.64" coverage = "^7.4.4" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = "^241.14494.19" pytest = "^7.4.4" pytest-mock = "^3.12.0" pytest-html = "^4.1.1"