diff --git a/poetry.lock b/poetry.lock index 2b56382..15994f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -484,19 +484,19 @@ files = [ [[package]] name = "django-stubs" -version = "5.0.4" +version = "5.1.0" description = "Mypy stubs for Django" optional = false python-versions = ">=3.8" files = [ - {file = "django_stubs-5.0.4-py3-none-any.whl", hash = "sha256:c2502f5ecbae50c68f9a86d52b5b2447d8648fd205036dad0ccb41e19a445927"}, - {file = "django_stubs-5.0.4.tar.gz", hash = "sha256:78e3764488fdfd2695f12502136548ec22f8d4b1780541a835042b8238d11514"}, + {file = "django_stubs-5.1.0-py3-none-any.whl", hash = "sha256:b98d49a80aa4adf1433a97407102d068de26c739c405431d93faad96dd282c40"}, + {file = "django_stubs-5.1.0.tar.gz", hash = "sha256:86128c228b65e6c9a85e5dc56eb1c6f41125917dae0e21e6cfecdf1b27e630c5"}, ] [package.dependencies] asgiref = "*" django = "*" -django-stubs-ext = ">=5.0.4" +django-stubs-ext = ">=5.1.0" tomli = {version = "*", markers = "python_version < \"3.11\""} types-PyYAML = "*" typing-extensions = ">=4.11.0" @@ -508,13 +508,13 @@ redis = ["redis"] [[package]] name = "django-stubs-ext" -version = "5.0.4" +version = "5.1.0" description = "Monkey-patching and extensions for django-stubs" optional = false python-versions = ">=3.8" files = [ - {file = "django_stubs_ext-5.0.4-py3-none-any.whl", hash = "sha256:910cbaff3d1e8e806a5c27d5ddd4088535aae8371ea921b7fd680fdfa5f14e30"}, - {file = "django_stubs_ext-5.0.4.tar.gz", hash = "sha256:85da065224204774208be29c7d02b4482d5a69218a728465c2fbe41725fdc819"}, + {file = "django_stubs_ext-5.1.0-py3-none-any.whl", hash = "sha256:a455fc222c90b30b29ad8c53319559f5b54a99b4197205ddbb385aede03b395d"}, + {file = "django_stubs_ext-5.1.0.tar.gz", hash = "sha256:ed7d51c0b731651879fc75f331fb0806d98b67bfab464e96e2724db6b46ef926"}, ] [package.dependencies] @@ -1100,13 +1100,13 @@ files = [ [[package]] name = "pymdown-extensions" -version = "10.10.1" +version = "10.11.1" description = "Extension pack for Python Markdown." optional = false python-versions = ">=3.8" files = [ - {file = "pymdown_extensions-10.10.1-py3-none-any.whl", hash = "sha256:6c74ea6c2e2285186a241417480fc2d3cc52941b3ec2dced4014c84dc78c5493"}, - {file = "pymdown_extensions-10.10.1.tar.gz", hash = "sha256:ad277ee4739ced051c3b6328d22ce782358a3bec39bc6ca52815ccbf44f7acdc"}, + {file = "pymdown_extensions-10.11.1-py3-none-any.whl", hash = "sha256:a2b28f5786e041f19cb5bb30a1c2c853668a7099da8e3dd822a5ad05f2e855e3"}, + {file = "pymdown_extensions-10.11.1.tar.gz", hash = "sha256:a8836e955851542fa2625d04d59fdf97125ca001377478ed5618e04f9183a59a"}, ] [package.dependencies] @@ -1560,4 +1560,4 @@ drf = ["djangorestframework"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "70210ddc096869d39ca2613d6519a6c3433a1dd3a941bb885a8c33a538efa58a" +content-hash = "951c758694eb72992ca3d7535a12740b63ac13c91c7b030d03227a38612b06b3" diff --git a/pyproject.toml b/pyproject.toml index 6fb9375..3461e3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,13 +65,13 @@ tox-gh-actions = "3.2.0" [tool.poetry.group.docs.dependencies] mkdocs = "1.6.1" -pymdown-extensions = "10.10.1" +pymdown-extensions = "10.11.1" mkdocs-mermaid2-plugin = "1.1.1" [tool.poetry.group.lint.dependencies] mypy = "1.11.2" pre-commit = "3.8.0" -django-stubs = "5.0.4" +django-stubs = "5.1.0" djangorestframework-stubs = "3.15.1" [tool.poetry.extras]