From 0ede88be0a76cdf0f05513580d58532203b4b4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:12:44 +0000 Subject: [PATCH] Bump the python-dependencies group with 2 updates Bumps the python-dependencies group with 2 updates: [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) and [django-stubs](https://github.com/typeddjango/django-stubs). Updates `pymdown-extensions` from 10.10.1 to 10.11.1 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.10.1...10.11.1) Updates `django-stubs` from 5.0.4 to 5.1.0 - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.0.4...5.1.0) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index b72c56c..a409226 100644 --- a/poetry.lock +++ b/poetry.lock @@ -334,19 +334,19 @@ bcrypt = ["bcrypt"] [[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" @@ -358,13 +358,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] @@ -1029,13 +1029,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[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] @@ -1525,4 +1525,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "fe396cc116c2ae19034986102febfcab13a5ed0f52d2bc36b2effcf5710cd749" +content-hash = "e67aa3fd51772555285f5cb762f5b382570f7c550cbf59f8095108328dd3eb7c" diff --git a/pyproject.toml b/pyproject.toml index 1ec957b..b046ffa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,12 +69,12 @@ 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" -django-stubs = "5.0.4" +django-stubs = "5.1.0" djangorestframework-stubs = "3.15.1" [tool.poetry.extras]