Skip to content

Commit 44ec7db

Browse files
Bump pygments from 2.7.4 to 2.15.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.7.4...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9e47eb commit 44ec7db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cookiecutter==2.1.1
22
click==7.0
33
fire==0.2.1
44
PyYAML>=6.0.1
5-
Pygments==2.7.4
5+
Pygments==2.15.0
66
requests==2.28.1
77
colorama==0.4.6
88
appdirs==1.4.3

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jinja2-time==0.2.0
3636
# via cookiecutter
3737
markupsafe==2.1.1
3838
# via jinja2
39-
pygments==2.7.4
39+
pygments==2.15.0
4040
# via -r requirements.in
4141
python-dateutil==2.8.2
4242
# via arrow

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read(fname):
3737
"click==7.0",
3838
"fire==0.2.1",
3939
"pyyaml>=6.0.1",
40-
"Pygments==2.7.4",
40+
"Pygments==2.15.0",
4141
"requests==2.28.1",
4242
"colorama==0.4.6",
4343
"appdirs==1.4.3",

0 commit comments

Comments
 (0)