Skip to content

Commit

Permalink
chore(python): Bump sphinx from 7.3.7 to 8.1.3 in /py-polars (#19571)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stijn de Gooijer <stijndegooijer@gmail.com>
  • Loading branch information
dependabot[bot] and stinodego authored Nov 1, 2024
1 parent 1a412be commit 948bfa2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions py-polars/docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ numpy
pandas
pyarrow

sphinx==7.3.7
sphinx==8.1.3

# Third-party Sphinx extensions
autodocsumm==0.2.12
numpydoc==1.7.0
pydata-sphinx-theme==0.15.4
autodocsumm==0.2.14
numpydoc==1.8.0
pydata-sphinx-theme==0.16.0
sphinx-autosummary-accessors==2023.4.0
sphinx-copybutton==0.5.2
sphinx-design==0.6.0
sphinx-design==0.6.1
sphinx-favicon==1.0.1
sphinx-reredirects==0.1.4
sphinx-reredirects==0.1.5
sphinx-toolbox==3.8.1

livereload==2.7.0
4 changes: 2 additions & 2 deletions py-polars/polars/expr/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ def to_physical(self) -> Expr:
Other data types will be left unchanged.
Warning
-------
Warnings
--------
The physical representations are an implementation detail
and not guaranteed to be stable.
Expand Down
4 changes: 2 additions & 2 deletions py-polars/polars/series/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -4051,8 +4051,8 @@ def to_physical(self) -> Series:
- `Struct(fields)` -> `Struct(physical of fields)`
- Other data types will be left unchanged.
Warning
-------
Warnings
--------
The physical representations are an implementation detail
and not guaranteed to be stable.
Expand Down

0 comments on commit 948bfa2

Please sign in to comment.