diff --git a/sdk/orm-django/poetry.lock b/sdk/orm-django/poetry.lock index 4935b45..60c0028 100644 --- a/sdk/orm-django/poetry.lock +++ b/sdk/orm-django/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "appnope" @@ -562,20 +562,20 @@ traitlets = "*" [[package]] name = "mock" -version = "4.0.3" +version = "5.0.2" description = "Rolling backport of unittest.mock for all Pythons" category = "dev" optional = false python-versions = ">=3.6" files = [ - {file = "mock-4.0.3-py3-none-any.whl", hash = "sha256:122fcb64ee37cfad5b3f48d7a7d51875d7031aaf3d8be7c42e2bee25044eee62"}, - {file = "mock-4.0.3.tar.gz", hash = "sha256:7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc"}, + {file = "mock-5.0.2-py3-none-any.whl", hash = "sha256:0e0bc5ba78b8db3667ad636d964eb963dc97a59f04c6f6214c5f0e4a8f726c56"}, + {file = "mock-5.0.2.tar.gz", hash = "sha256:06f18d7d65b44428202b145a9a36e99c2ee00d1eb992df0caf881d4664377891"}, ] [package.extras] build = ["blurb", "twine", "wheel"] docs = ["sphinx"] -test = ["pytest (<5.4)", "pytest-cov"] +test = ["pytest", "pytest-cov"] [[package]] name = "mypy" @@ -1133,4 +1133,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "db29107325ddb2eea1b74b2fc0b431119fcb33c293d571ad24416749ea1ef7d9" +content-hash = "5369ce23768468a87a1868b5eed6b1d5632bb8bea5e284857ce59b2a44376fca" diff --git a/sdk/orm-django/pyproject.toml b/sdk/orm-django/pyproject.toml index 9d2cc76..39f7204 100644 --- a/sdk/orm-django/pyproject.toml +++ b/sdk/orm-django/pyproject.toml @@ -49,7 +49,7 @@ django-stubs = "^1.15.0" types-requests = "^2.28.11.15" pytest-django = "^4.5.2" pytest = "^7.2.2" -mock = "^4.0.3" +mock = ">=4.0.3,<6.0.0" pycodestyle = "^2.8.0" types-mock = "^5.0.0.5" ipython = "^8.11.0"