Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2024
1 parent 7c2202d commit ae72c3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion notify_slack/lambda/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ black==24.4.2
boto3==1.34.145
coverage==7.6.0
pylint==3.2.6
pytest==8.2.2
pytest==8.3.1
2 changes: 1 addition & 1 deletion rds_activity_stream/lambda/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.4.2
pylint==3.2.6
pytest==8.2.2
pytest==8.3.1
pytest-env==1.1.3
2 changes: 1 addition & 1 deletion schedule_shutdown/lambda/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ black==24.4.2
boto3==1.34.145
coverage==7.6.0
pylint==3.2.6
pytest==8.2.2
pytest==8.3.1
2 changes: 1 addition & 1 deletion sentinel_alert_rule/examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.112.0"
version = "3.113.0"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion sentinel_forwarder/wrapper/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.4.2
boto3==1.34.145
pylint==3.2.6
pytest==8.2.2
pytest==8.3.1

0 comments on commit ae72c3e

Please sign in to comment.