Skip to content

Commit e40a1f4

Browse files
chore(deps): update dependency pygments to v2.19.1 (#547)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab46064 commit e40a1f4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python-markdown-math = "==0.8"
1010
prompt_toolkit = "==3.0.48"
1111
pyyaml = "==6.0.2"
1212
Jinja2 = "==3.1.5"
13-
pygments = "==2.19.0"
13+
pygments = "==2.19.1"
1414

1515
[dev-packages]
1616
invoke = "*"

Pipfile.lock

Lines changed: 7 additions & 7 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
@@ -20,7 +20,7 @@ paginate==0.5.7
2020
pathspec==0.12.1; python_version >= '3.8'
2121
platformdirs==4.3.6; python_version >= '3.8'
2222
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
23-
pygments==2.19.0; python_version >= '3.8'
23+
pygments==2.19.1; python_version >= '3.8'
2424
pymdown-extensions==10.13; 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'
2626
python-markdown-math==0.8; python_version >= '3.6'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ paginate==0.5.7
1919
pathspec==0.12.1; python_version >= '3.8'
2020
platformdirs==4.3.6; python_version >= '3.8'
2121
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
22-
pygments==2.19.0; python_version >= '3.8'
22+
pygments==2.19.1; python_version >= '3.8'
2323
pymdown-extensions==10.13; 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'
2525
python-markdown-math==0.8; python_version >= '3.6'

0 commit comments

Comments
 (0)