diff --git a/poetry.lock b/poetry.lock index 1a43d22e..83e8f850 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1284,13 +1284,13 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15619.17" +version = "251.23774.354" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" groups = ["test"] files = [ - {file = "pydevd_pycharm-233.15619.17.tar.gz", hash = "sha256:eb92c77803279e45ae5a325e5c5777d0e745af651c84856cc3849d48ff188f17"}, + {file = "pydevd_pycharm-251.23774.354.tar.gz", hash = "sha256:3e4382993b742e4b33b1ee3624d0f9af9e2383dc88df46b397276f0f961a6833"}, ] [[package]] @@ -1806,4 +1806,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.8.1" -content-hash = "47a0ecc167b2221602cf2ba98f0e8a96b5b472e0d92561715551df388a6e8844" +content-hash = "b165015888d0401056b5c7f9cde3459ab227b8f17013305be4f81d7f25ac6aab" diff --git a/pyproject.toml b/pyproject.toml index 42726060..f7d34139 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,<252.0.0" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"