Skip to content

Commit

Permalink
chore(python): Update dev, lint and docs dependencies (#5338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuls committed Oct 26, 2022
1 parent ef36cde commit 45b2213
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions py-polars/docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pyarrow
hypothesis==6.56.3

ghp-import==2.1.0
sphinx==5.2.2
pydata-sphinx-theme==0.10.1
sphinx==5.3.0
pydata-sphinx-theme==0.11.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
Expand All @@ -15,4 +15,4 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-napoleon==0.7
commonmark==0.9.1
numpydoc==1.4.0
numpydoc==1.5.0
8 changes: 4 additions & 4 deletions py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ xlsx2csv

# Tooling
hypothesis==6.56.3
maturin==0.13.5
mypy==0.981
pytest==7.1.3
maturin==0.13.6
mypy==0.982
pytest==7.2.0
pytest-cov==4.0.0

# Stub files
pandas-stubs==1.2.0.61
pandas-stubs==1.2.0.62
4 changes: 2 additions & 2 deletions py-polars/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
black==22.8.0
blackdoc==0.3.7
flake8==5.0.4
flake8-bugbear==22.9.23
flake8-bugbear==22.10.25
flake8-comprehensions==3.10.0
flake8-docstrings==1.6.0
flake8-simplify==0.19.3
flake8-tidy-imports==4.8.0
isort==5.10.1
pyupgrade==2.38.2
pyupgrade==3.1.0

0 comments on commit 45b2213

Please sign in to comment.