merge from main

This commit is contained in:
Kenneth Kehl
2024-07-16 10:52:05 -07:00
3 changed files with 69 additions and 65 deletions

View File

@@ -11,7 +11,7 @@ python = "^3.12.2"
ago = "~=0.0.95"
beautifulsoup4 = "^4.12.3"
blinker = "~=1.8"
exceptiongroup = "==1.2.1"
exceptiongroup = "==1.2.2"
flask = "~=3.0"
flask-basicauth = "~=0.2"
flask-login = "^0.6"
@@ -39,9 +39,9 @@ wtforms = "~=3.1"
markdown = "^3.5.2"
async-timeout = "^4.0.3"
bleach = "^6.1.0"
boto3 = "^1.34.143"
botocore = "^1.34.143"
cachetools = "^5.3.3"
boto3 = "^1.34.144"
botocore = "^1.34.144"
cachetools = "^5.4.0"
cffi = "^1.16.0"
cryptography = "^42.0.8"
flask-redis = "^0.4.0"
@@ -56,7 +56,7 @@ python-json-logger = "^2.0.7"
redis = "^5.0.7"
regex = "^2024.5.15"
s3transfer = "^0.10.2"
shapely = "^2.0.4"
shapely = "^2.0.5"
smartypants = "^2.0.1"
certifi = "^2024.7.4"
charset-normalizer = "^3.3.2"