fix(aws): Handle TZ while refreshing boto3 credentials (#3969)

This commit is contained in:
Pepe Fagoaga
2024-05-10 14:41:56 +02:00
committed by GitHub
parent bc80edd586
commit 45ccd7e793
6 changed files with 203 additions and 52 deletions
+2
View File
@@ -63,10 +63,12 @@ pandas = "2.2.2"
py-ocsf-models = "0.1.0"
pydantic = "1.10.15"
python = ">=3.9,<3.13"
pytz = "2024.1"
schema = "0.7.7"
shodan = "1.31.0"
slack-sdk = "3.27.1"
tabulate = "0.9.0"
tzlocal = "5.2"
[tool.poetry.group.dev.dependencies]
bandit = "1.7.8"