diff --git a/app/requirements.txt b/app/requirements.txt index 34eec828..04c73a2e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,12 +2,12 @@ arrow==1.2.3 awscli==1.29.39 aws-sns-message-validator==0.0.5 boto3==1.28.39 -fastapi==0.101.1 +fastapi==0.103.1 geoip2==4.7.0 google-api-python-client==2.97.0 google-auth-httplib2==0.1.0 google-auth-oauthlib==0.8.0 -PyYaml==5.3.1 # need to pin down the PyYaml version since the newest version is currently broken - https://github.com/yaml/pyyaml/issues/724 +PyYaml==5.4.1 # need to pin down the PyYaml version since the newest version is currently broken - https://github.com/yaml/pyyaml/issues/724 python-dotenv==0.21.1 python-i18n==0.3.9 requests==2.31.0