Skip to content

Commit

Permalink
Update MkDocs, MkDocs Material, Pygments, and Prompt Toolkit to lates…
Browse files Browse the repository at this point in the history
…t versions (#864)

* Update pipfile.lock

* Update mkdocs and mkdocs-material

* Update Pygments and prompt_toolkit

* Update Pigments and prompt_toolkit
  • Loading branch information
crweiner committed May 3, 2024
1 parent 02a56c1 commit 249e211
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 316 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
mkdocs = "==1.5.3"
mkdocs-material = "==9.4.2"
mkdocs = "==1.6.0"
mkdocs-material = "==9.5.21"
python-markdown-math = "==0.8"
Pygments = "==2.16.1"
prompt_toolkit = "==3.0.39"
Pygments = "==2.17.2"
prompt_toolkit = "==3.0.43"
pyyaml = "==6.0.1"
Jinja2 = "==3.1.3"
pillow = "*"
Expand Down
Loading

0 comments on commit 249e211

Please sign in to comment.