Skip to content
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 @@ -194,7 +194,7 @@ pydantic-core==2.46.4
# via pydantic
pyenchant==3.3.0
# via sphinxcontrib-spelling
pygments==2.20.0
pygments==2.21.0
# via
# pytest
# rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ pydantic==2.13.4
# via python-on-whales
pydantic-core==2.46.4
# via pydantic
pygments==2.20.0
pygments==2.21.0
# via
# pytest
# rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ packaging==26.3
# via sphinx
pyenchant==3.3.0
# via sphinxcontrib-spelling
pygments==2.20.0
pygments==2.21.0
# via sphinx
pyyaml==6.0.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ myst-parser==4.0.1
# via -r requirements/doc.in
packaging==26.3
# via sphinx
pygments==2.20.0
pygments==2.21.0
# via sphinx
pyyaml==6.0.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pydantic==2.13.4
# via python-on-whales
pydantic-core==2.46.4
# via pydantic
pygments==2.20.0
pygments==2.21.0
# via
# pytest
# rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ propcache==0.5.2
# yarl
proxy-py==2.4.10
# via -r requirements/test-common-base.in
pygments==2.20.0
pygments==2.21.0
# via pytest
pytest==9.1.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pydantic==2.13.4
# via python-on-whales
pydantic-core==2.46.4
# via pydantic
pygments==2.20.0
pygments==2.21.0
# via
# pytest
# rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pydantic==2.13.4
# via python-on-whales
pydantic-core==2.46.4
# via pydantic
pygments==2.20.0
pygments==2.21.0
# via
# pytest
# rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pycares==5.0.1 ; sys_platform != "android" and sys_platform != "ios"
# aiodns
pycparser==3.0
# via cffi
pygments==2.20.0
pygments==2.21.0
# via pytest
pytest==9.1.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pydantic==2.13.4
# via python-on-whales
pydantic-core==2.46.4
# via pydantic
pygments==2.20.0
pygments==2.21.0
# via
# pytest
# rich
Expand Down
Loading