Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pygments from 2.15.1 to 2.18.0 #8766

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pydantic-core==2.6.0
# via pydantic
pyenchant==3.2.2
# via sphinxcontrib-spelling
pygments==2.15.1
pygments==2.18.0
# via sphinx
pyjwt==2.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pydantic==2.2.0
# via python-on-whales
pydantic-core==2.6.0
# via pydantic
pygments==2.15.1
pygments==2.18.0
# via sphinx
pyjwt==2.8.0
# via
Expand Down
11 changes: 6 additions & 5 deletions requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,18 @@ pillow==9.5.0
# blockdiag
pyenchant==3.2.2
# via sphinxcontrib-spelling
pygments==2.15.1
pygments==2.18.0
# via sphinx
pytz==2023.3.post1
# via babel
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.1.2
# via
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-serializinghtml
# sphinxcontrib-spelling
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
Expand All @@ -73,7 +72,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==8.0.0 ; platform_system != "Windows"
# via -r requirements/doc-spelling.in
Expand All @@ -96,4 +95,6 @@ zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.0.0
# via blockdiag
# via
# blockdiag
# sphinx
11 changes: 6 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,18 @@ pillow==9.5.0
# via
# -c requirements/broken-projects.in
# blockdiag
pygments==2.15.1
pygments==2.18.0
# via sphinx
pytz==2023.3.post1
# via babel
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.1.2
# via
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-serializinghtml
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand All @@ -70,7 +69,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-towncrier==0.4.0a0
# via -r requirements/doc.in
Expand All @@ -91,4 +90,6 @@ zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.0.0
# via blockdiag
# via
# blockdiag
# sphinx
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pydantic==2.7.1
# via python-on-whales
pydantic-core==2.18.2
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via rich
pytest==8.3.2
# via
Expand Down
Loading