Skip to content

Commit 38c206d

Browse files
committed
Merge PR #411 (Bump pypdf from 6.6.2 to 6.7.1)
This merge brings PR #411 (Bump pypdf from 6.6.2 to 6.7.1, by @dependabot) into the GCPy development stream. PR #411 updates the version of pypdf to 6.7.1, in order to fix a security issue identified by @dependabot. Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
2 parents b240f16 + 002f271 commit 38c206d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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
7+
## [Unreleased] - TBD
8+
### Changed
9+
- Bumped `pypdf` to version 6.7.1 in `setup.py` and environment files
10+
811
### Fixed
912
- Allow using a template at different grid resolutions in `gcpy/regrid_restart_file.py`
1013

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def _write_version_file():
109109
"pylint==3.3.4",
110110
"pyproj==3.7.1",
111111
"python==3.13",
112-
"pypdf==6.6.2",
112+
"pypdf==6.7.1",
113113
"requests==2.32.4",
114114
"scipy==1.15.2",
115115
"sparselt==0.1.3",

0 commit comments

Comments
 (0)