Skip to content

Commit 727d9d1

Browse files
committed
Merge PR #408 (Bump pip from 25.2 to 26.0)
This merge brings PR #408 (Bump pip fromm 25.2 to 26.0, by @dependabot) into the GCPy 1.7.1 development stream. This fixes a security issue discovered by @dependabot. Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
2 parents 4343c78 + a9f4b36 commit 727d9d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased] - TBD
88
### Changed
9-
- Bumped `pip` to version 25.3 in `setup.py` and environment files
9+
- Bumped `pip` to version 26.0 in `setup.py` and environment files
1010

1111
## [1.7.0] - 2026-01-29
1212
### Added

docs/environment_files/gcpy_environment_py312.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- netcdf-fortran ==4.6.1 # Python wrapper for netCDF-Fortran
2727
- numpy ==1.26.4 # Optimized mathematical functions
2828
- pandas ==2.2.2 # Tables/timeseries manipulation
29-
- pip ==25.3 # Install packages from PyPi
29+
- pip ==26.0 # Install packages from PyPi
3030
- pylint ==3.2.2 # Python linter
3131
- pyproj ==3.6.1 # Python map projections library
3232
- python ==3.12.0 # Python language

docs/environment_files/gcpy_environment_py313.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- netcdf-fortran ==4.6.1 # Python wrapper for netCDF-Fortran
2727
- numpy ==2.1.3 # Optimized mathematical functions
2828
- pandas ==2.2.3 # Tables/timeseries manipulation
29-
- pip ==25.3 # Install packages from PyPi
29+
- pip ==26.0 # Install packages from PyPi
3030
- pylint ==3.3.4 # Python linter
3131
- pyproj ==3.7.1 # Python map projections library
3232
- python ==3.13 # Python language

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _write_version_file():
105105
"netcdf-fortran==4.6.1",
106106
"numpy==2.1.3",
107107
"pandas==2.2.3",
108-
"pip==25.3",
108+
"pip==26.0",
109109
"pylint==3.3.4",
110110
"pyproj==3.7.1",
111111
"python==3.13",

0 commit comments

Comments
 (0)