Skip to content

Commit f6d5094

Browse files
authored
DEPS: Bump optional dependencies (#62241)
1 parent 8cba6ec commit f6d5094

37 files changed

+428
-557
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
. ~/virtualenvs/pandas-dev/bin/activate
244244
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
245245
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
246-
python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0
246+
python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.116.0
247247
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
248248
python -m pip list --no-cache-dir
249249
PANDAS_CI=1 python -m pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml
@@ -280,7 +280,7 @@ jobs:
280280
/opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev
281281
. ~/virtualenvs/pandas-dev/bin/activate
282282
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
283-
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0
283+
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.116.0
284284
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
285285
python -m pip list --no-cache-dir
286286
@@ -352,7 +352,7 @@ jobs:
352352
python --version
353353
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
354354
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
355-
python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
355+
python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.116.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
356356
python -m pip install -ve . --no-build-isolation --no-index --no-deps -Csetup-args="--werror"
357357
python -m pip list
358358

ci/deps/actions-311-minimum_versions.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,38 @@ dependencies:
2828
- adbc-driver-postgresql=1.2.0
2929
- adbc-driver-sqlite=1.2.0
3030
- beautifulsoup4=4.12.3
31-
- bottleneck=1.3.6
32-
- fastparquet=2024.2.0
33-
- fsspec=2023.12.2
31+
- bottleneck=1.4.2
32+
- fastparquet=2024.11.0
33+
- fsspec=2024.10.0
3434
- html5lib=1.1
35-
- hypothesis=6.84.0
36-
- gcsfs=2023.12.2
37-
- jinja2=3.1.3
38-
- lxml=4.9.2
39-
- matplotlib=3.8.3
40-
- numba=0.59.0
41-
- numexpr=2.9.0
35+
- hypothesis=6.116.0
36+
- gcsfs=2024.10.0
37+
- jinja2=3.1.5
38+
- lxml=5.3.0
39+
- matplotlib=3.9.3
40+
- numba=0.60.0
41+
- numexpr=2.10.2
4242
- odfpy=1.4.1
43-
- qtpy=2.3.0
44-
- openpyxl=3.1.2
45-
- psycopg2=2.9.9
46-
- pyarrow=12.0.1
47-
- pyiceberg=0.7.1
48-
- pymysql=1.1.0
43+
- qtpy=2.4.2
44+
- openpyxl=3.1.5
45+
- psycopg2=2.9.10
46+
- pyarrow=13.0.0
47+
- pyiceberg=0.8.1
48+
- pymysql=1.1.1
4949
- pyqt=5.15.9
50-
- pyreadstat=1.2.6
51-
- pytables=3.8.0
52-
- python-calamine=0.1.7
53-
- pytz=2023.4
50+
- pyreadstat=1.2.8
51+
- pytables=3.10.1
52+
- python-calamine=0.3.0
53+
- pytz=2024.2
5454
- pyxlsb=1.0.10
55-
- s3fs=2023.12.2
56-
- scipy=1.12.0
57-
- sqlalchemy=2.0.0
55+
- s3fs=2024.10.0
56+
- scipy=1.14.1
57+
- sqlalchemy=2.0.36
5858
- tabulate=0.9.0
59-
- xarray=2024.1.1
59+
- xarray=2024.10.0
6060
- xlrd=2.0.1
6161
- xlsxwriter=3.2.0
62-
- zstandard=0.22.0
62+
- zstandard=0.23.0
6363

6464
- pip:
6565
- tzdata==2023.3

ci/deps/actions-311.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,38 +26,38 @@ dependencies:
2626
- adbc-driver-postgresql>=1.2.0
2727
- adbc-driver-sqlite>=1.2.0
2828
- beautifulsoup4>=4.12.3
29-
- bottleneck>=1.3.6
30-
- fastparquet>=2024.2.0
31-
- fsspec>=2023.12.2
29+
- bottleneck>=1.4.2
30+
- fastparquet>=2024.11.0
31+
- fsspec>=2024.10.0
3232
- html5lib>=1.1
33-
- hypothesis>=6.84.0
34-
- gcsfs>=2023.12.2
35-
- jinja2>=3.1.3
36-
- lxml>=4.9.2
37-
- matplotlib>=3.8.3
38-
- numba>=0.59.0
39-
- numexpr>=2.9.0
33+
- hypothesis>=6.116.0
34+
- gcsfs>=2024.10.0
35+
- jinja2>=3.1.5
36+
- lxml>=5.3.0
37+
- matplotlib>=3.9.3
38+
- numba>=0.60.0
39+
- numexpr>=2.10.2
4040
- odfpy>=1.4.1
41-
- qtpy>=2.3.0
41+
- qtpy>=2.4.2
4242
- pyqt>=5.15.9
43-
- openpyxl>=3.1.2
44-
- psycopg2>=2.9.9
45-
- pyarrow>=12.0.1
46-
- pyiceberg>=0.7.1
47-
- pymysql>=1.1.0
48-
- pyreadstat>=1.2.6
49-
- pytables>=3.8.0
50-
- python-calamine>=0.1.7
51-
- pytz>=2023.4
43+
- openpyxl>=3.1.5
44+
- psycopg2>=2.9.10
45+
- pyarrow>=13.0.0
46+
- pyiceberg>=0.8.1
47+
- pymysql>=1.1.1
48+
- pyreadstat>=1.2.8
49+
- pytables>=3.10.1
50+
- python-calamine>=0.3.0
51+
- pytz>=2024.2
5252
- pyxlsb>=1.0.10
53-
- s3fs>=2023.12.2
54-
- scipy>=1.12.0
55-
- sqlalchemy>=2.0.0
53+
- s3fs>=2024.10.0
54+
- scipy>=1.14.1
55+
- sqlalchemy>=2.0.36
5656
- tabulate>=0.9.0
57-
- xarray>=2024.1.1
57+
- xarray>=2024.10.0
5858
- xlrd>=2.0.1
5959
- xlsxwriter>=3.2.0
60-
- zstandard>=0.22.0
60+
- zstandard>=0.23.0
6161

6262
- pip:
6363
- tzdata>=2023.3

ci/deps/actions-312.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,38 +26,38 @@ dependencies:
2626
- adbc-driver-postgresql>=1.2.0
2727
- adbc-driver-sqlite>=1.2.0
2828
- beautifulsoup4>=4.12.3
29-
- bottleneck>=1.3.6
30-
- fastparquet>=2024.2.0
31-
- fsspec>=2023.12.2
29+
- bottleneck>=1.4.2
30+
- fastparquet>=2024.11.0
31+
- fsspec>=2024.10.0
3232
- html5lib>=1.1
33-
- hypothesis>=6.84.0
34-
- gcsfs>=2023.12.2
35-
- jinja2>=3.1.3
36-
- lxml>=4.9.2
37-
- matplotlib>=3.8.3
38-
- numba>=0.59.0
39-
- numexpr>=2.9.0
33+
- hypothesis>=6.116.0
34+
- gcsfs>=2024.10.0
35+
- jinja2>=3.1.5
36+
- lxml>=5.3.0
37+
- matplotlib>=3.9.3
38+
- numba>=0.60.0
39+
- numexpr>=2.10.2
4040
- odfpy>=1.4.1
41-
- qtpy>=2.3.0
41+
- qtpy>=2.4.2
4242
- pyqt>=5.15.9
43-
- openpyxl>=3.1.2
44-
- psycopg2>=2.9.9
45-
- pyarrow>=12.0.1
46-
- pyiceberg>=0.7.1
47-
- pymysql>=1.1.0
48-
- pyreadstat>=1.2.6
49-
- pytables>=3.8.0
50-
- python-calamine>=0.1.7
51-
- pytz>=2023.4
43+
- openpyxl>=3.1.5
44+
- psycopg2>=2.9.10
45+
- pyarrow>=13.0.0
46+
- pyiceberg>=0.8.1
47+
- pymysql>=1.1.1
48+
- pyreadstat>=1.2.8
49+
- pytables>=3.10.1
50+
- python-calamine>=0.3.0
51+
- pytz>=2024.2
5252
- pyxlsb>=1.0.10
53-
- s3fs>=2023.12.2
54-
- scipy>=1.12.0
55-
- sqlalchemy>=2.0.0
53+
- s3fs>=2024.10.0
54+
- scipy>=1.14.1
55+
- sqlalchemy>=2.0.36
5656
- tabulate>=0.9.0
57-
- xarray>=2024.1.1
57+
- xarray>=2024.10.0
5858
- xlrd>=2.0.1
5959
- xlsxwriter>=3.2.0
60-
- zstandard>=0.22.0
60+
- zstandard>=0.23.0
6161

6262
- pip:
6363
- tzdata>=2023.3

ci/deps/actions-313-downstream_compat.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,38 +26,38 @@ dependencies:
2626
# optional dependencies
2727
- adbc-driver-postgresql>=1.2.0
2828
- beautifulsoup4>=4.12.3
29-
- bottleneck>=1.3.6
30-
- fastparquet>=2024.2.0
31-
- fsspec>=2023.12.2
29+
- bottleneck>=1.4.2
30+
- fastparquet>=2024.11.0
31+
- fsspec>=2024.10.0
3232
- html5lib>=1.1
33-
- hypothesis>=6.84.0
34-
- gcsfs>=2023.12.2
35-
- jinja2>=3.1.3
36-
- lxml>=4.9.2
37-
- matplotlib>=3.8.3
38-
- numba>=0.59.0
39-
- numexpr>=2.9.0
33+
- hypothesis>=6.116.0
34+
- gcsfs>=2024.10.0
35+
- jinja2>=3.1.5
36+
- lxml>=5.3.0
37+
- matplotlib>=3.9.3
38+
- numba>=0.60.0
39+
- numexpr>=2.10.2
4040
- odfpy>=1.4.1
41-
- qtpy>=2.3.0
42-
- openpyxl>=3.1.2
43-
- psycopg2>=2.9.9
44-
- pyarrow>=12.0.1
45-
- pyiceberg>=0.7.1
46-
- pymysql>=1.1.0
41+
- qtpy>=2.4.2
42+
- openpyxl>=3.1.5
43+
- psycopg2>=2.9.10
44+
- pyarrow>=13.0.0
45+
- pyiceberg>=0.8.1
46+
- pymysql>=1.1.1
4747
- pyqt>=5.15.9
48-
- pyreadstat>=1.2.6
49-
- pytables>=3.8.0
50-
- python-calamine>=0.1.7
51-
- pytz>=2023.4
48+
- pyreadstat>=1.2.8
49+
- pytables>=3.10.1
50+
- python-calamine>=0.3.0
51+
- pytz>=2024.2
5252
- pyxlsb>=1.0.10
53-
- s3fs>=2023.12.2
54-
- scipy>=1.12.0
55-
- sqlalchemy>=2.0.0
53+
- s3fs>=2024.10.0
54+
- scipy>=1.14.1
55+
- sqlalchemy>=2.0.36
5656
- tabulate>=0.9.0
57-
- xarray>=2024.1.1
57+
- xarray>=2024.10.0
5858
- xlrd>=2.0.1
5959
- xlsxwriter>=3.2.0
60-
- zstandard>=0.22.0
60+
- zstandard>=0.23.0
6161

6262
# downstream packages
6363
- botocore

ci/deps/actions-313-freethreading.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- numpy
2121

2222
# optional dependencies
23-
- hypothesis>=6.84.0
23+
- hypothesis>=6.116.0
2424

2525
- pip:
2626
# No free-threaded coveragepy (with the C-extension) on conda-forge yet

ci/deps/actions-313-numpydev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- pytest>=7.3.2
1515
- pytest-cov
1616
- pytest-xdist>=3.4.0
17-
- hypothesis>=6.84.0
17+
- hypothesis>=6.116.0
1818

1919
# pandas dependencies
2020
- python-dateutil

ci/deps/actions-313-pyarrownightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- pytest>=7.3.2
1515
- pytest-cov
1616
- pytest-xdist>=3.4.0
17-
- hypothesis>=6.84.0
17+
- hypothesis>=6.116.0
1818

1919
# required dependencies
2020
- python-dateutil

ci/deps/actions-313.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,37 @@ dependencies:
2727
- adbc-driver-sqlite>=1.2.0
2828
- beautifulsoup4>=4.12.3
2929
- blosc>=1.21.3
30-
- bottleneck>=1.3.6
31-
- fastparquet>=2024.2.0
32-
- fsspec>=2023.12.2
30+
- bottleneck>=1.4.2
31+
- fastparquet>=2024.11.0
32+
- fsspec>=2024.10.0
3333
- html5lib>=1.1
34-
- hypothesis>=6.84.0
35-
- gcsfs>=2023.12.2
36-
- jinja2>=3.1.3
37-
- lxml>=4.9.2
38-
- matplotlib>=3.8.3
39-
- numba>=0.59.0
40-
- numexpr>=2.9.0
34+
- hypothesis>=6.116.0
35+
- gcsfs>=2024.10.0
36+
- jinja2>=3.1.5
37+
- lxml>=5.3.0
38+
- matplotlib>=3.9.3
39+
- numba>=0.60.0
40+
- numexpr>=2.10.2
4141
- odfpy>=1.4.1
42-
- qtpy>=2.3.0
42+
- qtpy>=2.4.2
4343
- pyqt>=5.15.9
44-
- openpyxl>=3.1.2
45-
- psycopg2>=2.9.9
46-
- pyarrow>=12.0.1
47-
- pymysql>=1.1.0
48-
- pyreadstat>=1.2.6
49-
- pytables>=3.8.0
50-
- python-calamine>=0.1.7
51-
- pytz>=2023.4
44+
- openpyxl>=3.1.5
45+
- psycopg2>=2.9.10
46+
- pyarrow>=13.0.0
47+
- pymysql>=1.1.1
48+
- pyreadstat>=1.2.8
49+
- pytables>=3.10.1
50+
- python-calamine>=0.3.0
51+
- pytz>=2024.2
5252
- pyxlsb>=1.0.10
53-
- s3fs>=2023.12.2
54-
- scipy>=1.12.0
55-
- sqlalchemy>=2.0.0
53+
- s3fs>=2024.10.0
54+
- scipy>=1.14.1
55+
- sqlalchemy>=2.0.36
5656
- tabulate>=0.9.0
57-
- xarray>=2024.1.1
57+
- xarray>=2024.10.0
5858
- xlrd>=2.0.1
5959
- xlsxwriter>=3.2.0
60-
- zstandard>=0.22.0
60+
- zstandard>=0.23.0
6161

6262
- pip:
6363
- tzdata>=2023.3

ci/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test:
6464
- pytest >=7.3.2
6565
- pytest-xdist >=3.4.0
6666
- pytest-cov
67-
- hypothesis >=6.84.0
67+
- hypothesis >=6.116.0
6868

6969
about:
7070
home: http://pandas.pydata.org

0 commit comments

Comments
 (0)