Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent b6b6235 commit 105348d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v4.0.0
uses: cycjimmy/semantic-release-action@v4.1.0
with:
semantic_version: 19.0.5
extra_plugins: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
semantic-pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.3.0
- uses: amannn/action-semantic-pull-request@v5.5.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.4
3.12.4
22 changes: 11 additions & 11 deletions app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
attrs==23.1.0
attrs==23.2.0
boto3==1.28.2
botocore==1.31.2
certifi==2023.7.22
exceptiongroup==1.1.2
certifi==2023.11.17
exceptiongroup==1.2.1
h11==0.14.0
idna==3.4
iniconfig==2.0.0
jmespath==1.0.1
outcome==1.2.0
packaging==23.1
pluggy==1.3.0
outcome==1.3.0.post0
packaging==23.2
pluggy==1.5.0
PySocks==1.7.1
pytest==7.4.0
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
PyYAML==6.0
s3transfer==0.6.1
selenium==4.12.0
s3transfer==0.10.1
selenium==4.22.0
six==1.16.0
sniffio==1.3.0
sortedcontainers==2.4.0
tomli==2.0.1
trio==0.22.2
trio-websocket==0.10.3
trio==0.25.1
trio-websocket==0.11.1
urllib3==1.26.18
wsproto==1.2.0
2 changes: 1 addition & 1 deletion infrastructure/ecr.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "public_ecr" {
source = "terraform-aws-modules/ecr/aws"
version = "1.6.0"
version = "1.7.1"

repository_name = "pagevigil"
repository_type = "public"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.17.0"
version = "5.55.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/ecr.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "pagevigil" {
source = "terraform-aws-modules/ecr/aws"
version = "1.6.0"
version = "1.7.1"

repository_name = "pagevigil"
repository_read_write_access_arns = []
Expand Down
2 changes: 1 addition & 1 deletion terraform/lambda.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "screenshot_lambda" {
source = "terraform-aws-modules/lambda/aws"
version = "6.0.0"
version = "6.8.0"

function_name = "pagevigil"
description = "Screenshots pages and stores the screenshots in S3"
Expand Down
4 changes: 2 additions & 2 deletions terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "5.17.0"
version = "5.55.0"
}
random = {
source = "hashicorp/random"
version = "3.5.1"
version = "3.6.2"
}
}
}
Expand Down

0 comments on commit 105348d

Please sign in to comment.