Skip to content

Commit

Permalink
Bump pygments from 2.7.4 to 2.15.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2023
1 parent b9e47eb commit 44ec7db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cookiecutter==2.1.1
click==7.0
fire==0.2.1
PyYAML>=6.0.1
Pygments==2.7.4
Pygments==2.15.0
requests==2.28.1
colorama==0.4.6
appdirs==1.4.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jinja2-time==0.2.0
# via cookiecutter
markupsafe==2.1.1
# via jinja2
pygments==2.7.4
pygments==2.15.0
# via -r requirements.in
python-dateutil==2.8.2
# via arrow
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read(fname):
"click==7.0",
"fire==0.2.1",
"pyyaml>=6.0.1",
"Pygments==2.7.4",
"Pygments==2.15.0",
"requests==2.28.1",
"colorama==0.4.6",
"appdirs==1.4.3",
Expand Down

0 comments on commit 44ec7db

Please sign in to comment.