Skip to content

Commit

Permalink
update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Nov 24, 2023
1 parent 6d13a87 commit 20ba333
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 9 deletions.
2 changes: 1 addition & 1 deletion local-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
50 changes: 44 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20ba333

Please sign in to comment.