Skip to content

Commit 002f271

Browse files
committed
Update pypdf to version 6.7.1 in environment files
docs/environment_files/gcpy_environment_py312.yml docs/environment_files/gcpy_environment_py313.yml - Update pypdf to version 6.7.1 CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
1 parent 9796be8 commit 002f271

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to GCPy will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased] - TBD
8+
### Changed
9+
- Bumped `pypdf` to version 6.7.1 in `setup.py` and environment files
10+
711
## [1.7.1] - 2026-02-03
812
### Changed
913
- Bumped `pip` to version 26.0 in `setup.py` and environment files

docs/environment_files/gcpy_environment_py312.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- pylint ==3.2.2 # Python linter
3131
- pyproj ==3.6.1 # Python map projections library
3232
- python ==3.12.0 # Python language
33-
- pypdf ==6.6.2 # PDF utilities (bookmarks, etc.)
33+
- pypdf ==6.7.1 # PDF utilities (bookmarks, etc.)
3434
- requests ==2.32.4 # HTTP library
3535
- scipy ==1.13.1 # Scientific python package
3636
- sparselt ==0.1.3 # Regridding earth system model data

docs/environment_files/gcpy_environment_py313.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- pylint ==3.3.4 # Python linter
3131
- pyproj ==3.7.1 # Python map projections library
3232
- python ==3.13 # Python language
33-
- pypdf ==6.6.2 # PDF utilities (bookmarks, etc.)
33+
- pypdf ==6.7.1 # PDF utilities (bookmarks, etc.)
3434
- requests ==2.32.4 # HTTP library
3535
- scipy ==1.15.2 # Scientific python package
3636
- sparselt ==0.1.3 # Regridding earth system model data

0 commit comments

Comments
 (0)