Skip to content

Commit

Permalink
Upgrade dependencies versions because vulnerability issues (newrelic#42)
Browse files Browse the repository at this point in the history
* Upgrade dependencies versions because vulnerability issues
* Version bump to v1.1.4
  • Loading branch information
danybmx authored Aug 25, 2022
1 parent 380f52a commit 2265011
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

US_LOGGING_INGEST_HOST = "https://log-api.newrelic.com/log/v1"
EU_LOGGING_INGEST_HOST = 'https://log-api.eu.newrelic.com/log/v1'
LOGGING_LAMBDA_VERSION = '1.1.3'
LOGGING_LAMBDA_VERSION = '1.1.4'
LOGGING_PLUGIN_METADATA = {
'type': "s3-lambda",
'version': LOGGING_LAMBDA_VERSION
Expand Down
8 changes: 4 additions & 4 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ aiohttp==3.7.4
async-timeout==3.0.1
attrs==19.3.0
boto==2.49.0
boto3==1.14.40
botocore==1.17.40
boto3==1.24.59
botocore==1.27.59
certifi==2020.6.20
chardet==3.0.4
docutils==0.15.2
idna==2.10
jmespath==0.10.0
multidict==4.7.6
python-dateutil==2.8.1
requests==2.24.0
s3transfer==0.3.3
requests==2.28.1
s3transfer==0.6.0
six==1.15.0
smart-open==2.1.0
typing-extensions==3.7.4.2
Expand Down
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Metadata:
ReadmeUrl: README.md
Labels: ['newrelic', 'logs', 'logging', 'ingestion', 'lambda', 's3']
HomePageUrl: https://github.com/newrelic/aws_s3_log_ingestion_lambda
SemanticVersion: 1.1.3
SemanticVersion: 1.1.4
SourceCodeUrl: https://github.com/newrelic/aws_s3_log_ingestion_lambda

AWS::CloudFormation::Interface:
Expand Down

0 comments on commit 2265011

Please sign in to comment.