diff --git a/local-requirements.txt b/local-requirements.txt index ba12251..d525b76 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -34,7 +34,7 @@ urllib3>=1.26.5 semver>=2.10.2 django-crispy-forms==1.14.0 crispy-bootstrap3==2022.1 -Markdown>=3.2.2 +Markdown==3.5.1 setuptools>54.2 whitenoise==5.2.0 coverage diff --git a/poetry.lock b/poetry.lock index 8678ba0..5268647 100644 --- a/poetry.lock +++ b/poetry.lock @@ -851,6 +851,25 @@ files = [ {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, ] +[[package]] +name = "importlib-metadata" +version = "6.8.0" +description = "Read metadata from Python packages" +optional = false +python-versions = ">=3.8" +files = [ + {file = "importlib_metadata-6.8.0-py3-none-any.whl", hash = "sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb"}, + {file = "importlib_metadata-6.8.0.tar.gz", hash = "sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743"}, +] + +[package.dependencies] +zipp = ">=0.5" + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +perf = ["ipython"] +testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)", "pytest-ruff"] + [[package]] name = "isodate" version = "0.6.1" @@ -1002,16 +1021,20 @@ source = ["Cython (>=0.29.35)"] [[package]] name = "markdown" -version = "3.2.2" -description = "Python implementation of Markdown." +version = "3.5.1" +description = "Python implementation of John Gruber's Markdown." optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" files = [ - {file = "Markdown-3.2.2-py3-none-any.whl", hash = "sha256:c467cd6233885534bf0fe96e62e3cf46cfc1605112356c4f9981512b8174de59"}, - {file = "Markdown-3.2.2.tar.gz", hash = "sha256:1fafe3f1ecabfb514a5285fca634a53c1b32a81cb0feb154264d55bf2ff22c17"}, + {file = "Markdown-3.5.1-py3-none-any.whl", hash = "sha256:5874b47d4ee3f0b14d764324d2c94c03ea66bee56f2d929da9f2508d65e722dc"}, + {file = "Markdown-3.5.1.tar.gz", hash = "sha256:b65d7beb248dc22f2e8a31fb706d93798093c308dc1aba295aedeb9d41a813bd"}, ] +[package.dependencies] +importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""} + [package.extras] +docs = ["mdx-gh-links (>=0.2)", "mkdocs (>=1.5)", "mkdocs-gen-files", "mkdocs-literate-nav", "mkdocs-nature (>=0.6)", "mkdocs-section-index", "mkdocstrings[python]"] testing = ["coverage", "pyyaml"] [[package]] @@ -2004,7 +2027,22 @@ files = [ idna = ">=2.0" multidict = ">=4.0" +[[package]] +name = "zipp" +version = "3.17.0" +description = "Backport of pathlib-compatible object wrapper for zip files" +optional = false +python-versions = ">=3.8" +files = [ + {file = "zipp-3.17.0-py3-none-any.whl", hash = "sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31"}, + {file = "zipp-3.17.0.tar.gz", hash = "sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0"}, +] + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"] +testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy (>=0.9.1)", "pytest-ruff"] + [metadata] lock-version = "2.0" python-versions = ">=3.8, <4.0" -content-hash = "643dc01bebf7d736bfeda3e27fc774aae20f13968a616deb49803cb531d7ffa2" +content-hash = "605ad3ab19fbf2fe158cb82c20e67d1b556f398d7cc68b869a060fccf214f56b" diff --git a/pyproject.toml b/pyproject.toml index 861dcac..24f4ffa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ version = "v1.0.11" [tool.poetry.dependencies] Django = "4.2.6" -Markdown = "3.2.2" +Markdown = "3.5.1" coverage = "7.2.*" social-auth-app-django = "5.4.0" django-bootstrap-breadcrumbs = "0.9.2" diff --git a/requirements.txt b/requirements.txt index ba12251..d525b76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ urllib3>=1.26.5 semver>=2.10.2 django-crispy-forms==1.14.0 crispy-bootstrap3==2022.1 -Markdown>=3.2.2 +Markdown==3.5.1 setuptools>54.2 whitenoise==5.2.0 coverage