Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

upgrade to version 1.0.14 #261

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
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).

## [1.0.14] - 2023-08-10
- Updated certifi and other dependencies

## [1.0.13] - 2023-06-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions source/lambda/elasticsearch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ requests-aws4auth==0.9
elasticsearch==7.9.1
requests==2.31.0
idna==3.3
chardet==5.1.0
certifi==2022.12.07
chardet==5.2.0
certifi==2023.7.22
urllib3==1.26.11

Loading