Skip to content

Commit 0519690

Browse files
deps: bump mkdocs from 1.2.3 to 1.3.0 (#298)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8198a25 commit 0519690

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[packages]
7-
mkdocs = "==1.2.3"
7+
mkdocs = "==1.3.0"
88
mkdocs-material = "==8.2.7"
99
python-markdown-math = "==0.8"
1010
Pygments = "==2.11.2"

Pipfile.lock

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

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ markupsafe==2.1.1; python_version >= '3.7'
1515
mergedeep==1.3.4; python_version >= '3.6'
1616
mkdocs-material-extensions==1.0.3; python_version >= '3.6'
1717
mkdocs-material==8.2.7
18-
mkdocs==1.2.3
18+
mkdocs==1.3.0
1919
packaging==21.3; python_version >= '3.6'
2020
prompt-toolkit==3.0.28
2121
pygments==2.11.2
@@ -26,6 +26,6 @@ python-markdown-math==0.8
2626
pyyaml-env-tag==0.1; python_version >= '3.6'
2727
pyyaml==6.0
2828
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
29-
watchdog==2.1.6; python_version >= '3.6'
29+
watchdog==2.1.7; python_version >= '3.6'
3030
wcwidth==0.2.5
3131
zipp==3.7.0; python_version >= '3.7'

0 commit comments

Comments
 (0)