Skip to content

Commit 7697c94

Browse files
Bump the pip-dependencies group across 1 directory with 16 updates
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas), [numpy](https://github.com/numpy/numpy), [joblib](https://github.com/joblib/joblib), [flake8](https://github.com/pycqa/flake8), [gitpython](https://github.com/gitpython-developers/GitPython), [scipy](https://github.com/scipy/scipy), [matplotlib](https://github.com/matplotlib/matplotlib), [astropy](https://github.com/astropy/astropy), [astropy-iers-data](https://github.com/astropy/astropy-iers-data), [setuptools](https://github.com/pypa/setuptools), [plotly](https://github.com/plotly/plotly.py), [requests](https://github.com/psf/requests), [polars](https://github.com/pola-rs/polars), [pyarrow](https://github.com/apache/arrow), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pandas` to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.3...v2.3.3) Updates `numpy` to 2.2.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.0...v2.2.6) Updates `joblib` to 1.5.3 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](joblib/joblib@1.4.2...1.5.3) Updates `flake8` to 7.3.0 - [Commits](PyCQA/flake8@7.1.1...7.3.0) Updates `gitpython` to 3.1.50 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.41...3.1.50) Updates `scipy` to 1.15.3 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.14.1...v1.15.3) Updates `matplotlib` to 3.10.9 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.0...v3.10.9) Updates `astropy` to 6.1.7 - [Release notes](https://github.com/astropy/astropy/releases) - [Changelog](https://github.com/astropy/astropy/blob/main/docs/changelog.rst) - [Commits](astropy/astropy@v6.1.7...v6.1.7) Updates `astropy-iers-data` to 0.2026.5.11.1.8.52 - [Release notes](https://github.com/astropy/astropy-iers-data/releases) - [Commits](astropy/astropy-iers-data@v0.2026.3.2.0.47.4...v0.2026.5.11.1.8.52) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.6.0...v82.0.1) Updates `plotly` to 6.7.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](plotly/plotly.py@v5.24.1...v6.7.0) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.34.2) Updates `polars` to 1.40.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.31.0...py-1.40.1) Updates `pyarrow` to 24.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-20.0.0...apache-arrow-24.0.0) Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.0.3) Updates `ruff` to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.4...0.15.13) --- updated-dependencies: - dependency-name: astropy dependency-version: 6.1.7 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: astropy-iers-data dependency-version: 0.2026.4.27.1.3.2 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: gitpython dependency-version: 3.1.49 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: joblib dependency-version: 1.5.3 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: plotly dependency-version: 6.7.0 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: polars dependency-version: 1.40.1 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: pip-dependencies - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: pip-dependencies - dependency-name: scipy dependency-version: 1.15.3 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a208818 commit 7697c94

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ authors = [
1010
license = { text = "MIT" }
1111
requires-python = "<3.14,>=3.10"
1212
dependencies = [
13-
"pandas<3.0.0,>=2.2.3",
14-
"numpy<3.0,>=2.2",
15-
"joblib<2.0.0,>=1.4.2",
13+
"pandas>=2.3.3,<3.0.0",
14+
"numpy>=2.2.6,<3.0",
15+
"joblib>=1.5.3,<2.0.0",
1616
"imohash<2.0.0,>=1.1.0",
17-
"flake8<8.0.0,>=7.1.1",
17+
"flake8>=7.3.0,<8.0.0",
1818
"dotmap<2.0.0,>=1.3.30",
19-
"gitpython<4.0.0,>=3.1.41",
20-
"scipy<2.0.0,>=1.14.1",
21-
"matplotlib<4.0.0,>=3.10.0",
22-
"astropy<7.0.0,>=6.1.7",
23-
"astropy-iers-data>=0.2026.3",
24-
"setuptools>=75.6.0,<81.0.0",
25-
"plotly>=5.24.1,<7.0.0",
26-
"requests<3.0.0,>=2.32.3",
19+
"gitpython>=3.1.50,<4.0.0",
20+
"scipy>=1.15.3,<2.0.0",
21+
"matplotlib>=3.10.9,<4.0.0",
22+
"astropy>=6.1.7,<7.0.0",
23+
"astropy-iers-data>=0.2026.5.11.1.8.52",
24+
"setuptools>=82.0.1,<83.0.0",
25+
"plotly>=6.7.0,<7.0.0",
26+
"requests>=2.34.2,<3.0.0",
2727
"georinex",
28-
"polars>=1.31.0",
29-
"pyarrow>=20.0.0",
28+
"polars>=1.40.1",
29+
"pyarrow>=24.0.0",
3030
]
3131

3232
[project.scripts]
@@ -50,9 +50,9 @@ build-backend = "hatchling.build"
5050
[dependency-groups]
5151
dev = [
5252
"line-profiler>=5.0.2",
53-
"pytest>=9.0.2",
53+
"pytest>=9.0.3",
5454
"pytest-xdist>=3.8.0",
55-
"ruff>=0.15.4",
55+
"ruff>=0.15.13",
5656
"snakeviz>=2.2.2",
5757
"viztracer>=1.1.1",
5858
"pytest-profiling>=1.8.1",

0 commit comments

Comments
 (0)