diff --git a/poetry.lock b/poetry.lock index 1417c21..009e580 100644 --- a/poetry.lock +++ b/poetry.lock @@ -360,7 +360,7 @@ typing-extensions = "*" [[package]] name = "django-stubs-ext" -version = "0.4.0" +version = "0.5.0" description = "Monkey-patching and extensions for django-stubs" category = "dev" optional = false @@ -1352,7 +1352,7 @@ typing_extensions = ">=3.6,<5.0" [metadata] lock-version = "1.1" python-versions = "~3.8" -content-hash = "1c7c4dc919403212221578d07f4151683186edbcb06dba15b67a6d3334d46253" +content-hash = "53e5e37fd8118f5e43510d9fcfe058b0a4c1848cbb1b2cc785755adc95a4af6b" [metadata.files] amqp = [ @@ -1510,8 +1510,8 @@ django-stubs = [ {file = "django_stubs-1.9.0-py3-none-any.whl", hash = "sha256:59c9f81af64d214b1954eaf90f037778c8d2b9c2de946a3cda177fefcf588fbd"}, ] django-stubs-ext = [ - {file = "django-stubs-ext-0.4.0.tar.gz", hash = "sha256:3104c4748c34bd741c310a3e6af90dffba46e41bccbe243896e38a708262876b"}, - {file = "django_stubs_ext-0.4.0-py3-none-any.whl", hash = "sha256:901fc77b6338ea29fa381300ff598dd57d461a4882b756404e2aa7724f76fd7d"}, + {file = "django-stubs-ext-0.5.0.tar.gz", hash = "sha256:9bd7418376ab00b7f88d6d56be9fece85bfa0c7c348ac621155fa4d7a91146f2"}, + {file = "django_stubs_ext-0.5.0-py3-none-any.whl", hash = "sha256:c5d8db53d29c756e7e3d0820a5a079a43bc38d8fab0e1b8bd5df2f3366c54b5a"}, ] docutils = [ {file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"}, diff --git a/pyproject.toml b/pyproject.toml index b7e3a8a..2f804b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ ipython = "^8.3.0" mypy = "^0.950" django-stubs = "^1.9.0" celery-types = "^0.12.0" -django-stubs-ext = "^0.4.0" +django-stubs-ext = "^0.5.0" pytest-mypy-plugins = "^1.9.3" types-requests = "^2.28.8"