Skip to content

Commit

Permalink
chore(deps): update dependency pyyaml to v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 6, 2024
1 parent acb708d commit 2f81ba2
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdocs = "==1.6.0"
mkdocs-material = "==9.5.31"
python-markdown-math = "==0.8"
prompt_toolkit = "==3.0.47"
pyyaml = "==6.0.1"
pyyaml = "==6.0.2"
Jinja2 = "==3.1.4"
pygments = "==2.18.0"

Expand Down
110 changes: 56 additions & 54 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pygments==2.18.0; python_version >= '3.8'
pymdown-extensions==10.9; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-markdown-math==0.8; python_version >= '3.6'
pyyaml==6.0.1; python_version >= '3.6'
pyyaml==6.0.2; python_version >= '3.6'
pyyaml-env-tag==0.1; python_version >= '3.6'
regex==2024.7.24; python_version >= '3.8'
requests==2.32.3; python_version >= '3.7'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pygments==2.18.0; python_version >= '3.8'
pymdown-extensions==10.9; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-markdown-math==0.8; python_version >= '3.6'
pyyaml==6.0.1; python_version >= '3.6'
pyyaml==6.0.2; python_version >= '3.6'
pyyaml-env-tag==0.1; python_version >= '3.6'
regex==2024.7.24; python_version >= '3.8'
requests==2.32.3; python_version >= '3.7'
Expand Down

0 comments on commit 2f81ba2

Please sign in to comment.