updating deps

This commit is contained in:
Andy Pack 2024-02-18 11:31:17 +00:00
parent a1c113a73f
commit cfb8808e9a
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
3 changed files with 1145 additions and 1105 deletions

1106
package-lock.json generated

File diff suppressed because it is too large Load Diff

1138
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -16,16 +16,16 @@ docs = 'admin:docs'
python = "~3.11"
fireo = "^2.1.0"
Flask = "^2.1.3"
google-cloud-firestore = "<=2.10.0"
google-cloud-firestore = "^2.10.0"
google-cloud-logging = "^3.2.1"
google-cloud-pubsub = "^2.13.4"
google-cloud-secret-manager = "^2.12.6"
google-cloud-tasks = "^2.10.0"
requests = "^2.28.1"
httpx = {extras = ["http2"], version = "^0.24.1"}
httpx = {extras = ["http2"], version = "^0.26.0"}
PyJWT = "^2.4.0"
functions-framework = "^3"
cryptography = "^41.0.4"
cryptography = "^42.0.3"
spotframework = { git = "https://github.com/Sarsoo/spotframework.git", branch = "master" }
fmframework = { git = "https://github.com/Sarsoo/pyfmframework.git", branch = "master" }