Skip to content

Commit

Permalink
Hot fix security issues with certifi (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktangsali authored Aug 8, 2023
1 parent a8ca07f commit af61b73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

- Update `certifi` package version

### Dependencies

## [0.2.0] - 2023-08-xx
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies = [
"h5py>=3.7.0",
"mpi4py>=3.1.4",
"netcdf4>=1.6.3",
"certifi>=2023.7.22",
"numpy>=1.22.4",
"nvidia_dali_cuda110>=1.16.0",
"pytest>=6.0.0",
Expand Down

0 comments on commit af61b73

Please sign in to comment.