merge from main

This commit is contained in:
Kenneth Kehl
2025-09-03 08:12:49 -07:00
4 changed files with 1040 additions and 856 deletions

View File

@@ -12,7 +12,7 @@ python = "^3.13.2"
ago = "~=0.1.0"
beautifulsoup4 = "^4.13.5"
blinker = "~=1.8"
gevent = "==25.5.1"
gevent = "==25.8.2"
exceptiongroup = "==1.3.0"
flask = "~=3.1"
flask-basicauth = "~=0.2"
@@ -36,25 +36,25 @@ rtreelib = "==0.2.0"
werkzeug = "^3.1.3"
wtforms = "~=3.1"
markdown = "^3.8"
mistune = "^3.1.3"
mistune = "^3.1.4"
async-timeout = "^5.0.1"
bleach = "^6.1.0"
boto3 = "^1.35.99"
botocore = "^1.35.99"
cachetools = "^6.2.0"
cffi = "^1.16.0"
cryptography = "^45.0.6"
cryptography = "^45.0.7"
flask-redis = "^0.4.0"
geojson = "^3.1.0"
jmespath = "^1.0.1"
numpy = "^2.3.2"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.12"
phonenumbers = "^9.0.13"
pycparser = "^2.22"
pyjwt = "^2.10.1"
python-json-logger = "^3.3.0"
redis = "^6.4.0"
regex = "^2025.7.34"
regex = "^2025.9.1"
s3transfer = "^0.10.2"
shapely = "^2.1.1"
smartypants = "^2.0.1"