Skip to content

Commit

Permalink
Merge pull request #1746 from AppDaemon/dependabot/pip/pygments-2.15.0
Browse files Browse the repository at this point in the history
Bump pygments from 2.14.0 to 2.15.0
  • Loading branch information
acockburn committed Apr 16, 2023
2 parents 430c9c2 + f0e1304 commit 05f450d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ paho-mqtt==1.6.1
# via appdaemon (pyproject.toml)
pid==3.0.4
# via appdaemon (pyproject.toml)
pygments==2.14.0
pygments==2.15.0
# via
# appdaemon (pyproject.toml)
# sphinx
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dev = [
doc = [
"sphinx-autobuild ~= 2021.3.14",
"sphinx-rtd-theme == 1.1.1",
"pygments ~= 2.14.0",
"pygments >= 2.14,< 2.16",
"myst-parser == 1.0.0",
]

Expand Down

0 comments on commit 05f450d

Please sign in to comment.