Skip to content

Commit f476dc6

Browse files
chore(deps): update dependency python-markdown-math to v0.9 (#575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b39b41 commit f476dc6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ verify_ssl = true
66
[packages]
77
mkdocs = "==1.6.1"
88
mkdocs-material = "==9.6.12"
9-
python-markdown-math = "==0.8"
9+
python-markdown-math = "==0.9"
1010
prompt_toolkit = "==3.0.51"
1111
pyyaml = "==6.0.2"
1212
Jinja2 = "==3.1.6"

Pipfile.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prompt-toolkit==3.0.51; python_full_version >= '3.7.0'
2323
pygments==2.19.1; python_version >= '3.8'
2424
pymdown-extensions==10.14.3; python_version >= '3.8'
2525
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
26-
python-markdown-math==0.8; python_version >= '3.6'
26+
python-markdown-math==0.9; python_version >= '3.6'
2727
pyyaml==6.0.2; python_version >= '3.6'
2828
pyyaml-env-tag==0.1; python_version >= '3.6'
2929
regex==2024.11.6; python_version >= '3.8'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ prompt-toolkit==3.0.51; python_full_version >= '3.7.0'
2222
pygments==2.19.1; python_version >= '3.8'
2323
pymdown-extensions==10.14.3; python_version >= '3.8'
2424
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
25-
python-markdown-math==0.8; python_version >= '3.6'
25+
python-markdown-math==0.9; python_version >= '3.6'
2626
pyyaml==6.0.2; python_version >= '3.6'
2727
pyyaml-env-tag==0.1; python_version >= '3.6'
2828
regex==2024.11.6; python_version >= '3.8'

0 commit comments

Comments
 (0)