Skip to content

Commit

Permalink
fix: python version chandeg from 3.8 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ngnnpgn committed Sep 23, 2024
1 parent f22b6a5 commit 4eda005
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ resource "aws_s3_bucket_public_access_block" "website" {
depends_on = [aws_s3_bucket.website]
}


resource "aws_s3_bucket_policy" "website" {
bucket = aws_s3_bucket.website.id

policy = jsonencode({
Version = "2012-10-17"
Statement = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ selenium-wire==4.2.0
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
Werkzeug==2.1.2
Werkzeug==2.1.2

0 comments on commit 4eda005

Please sign in to comment.