From 00644dd2fe48af90f3664287056a1d411245f289 Mon Sep 17 00:00:00 2001
From: spencer <swilbur@usgs.gov>
Date: Mon, 13 Feb 2023 08:40:33 -0700
Subject: [PATCH] updated the cryptography package to 39.0.1

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index a681634a..4ad2a33e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ typer = "^0.6.1"
 # webservice
 alembic = "^1.8.1"
 Authlib = "^1.1.0"
-cryptography = "^38.0.1"
+cryptography = "^39.0.1"
 databases = {extras = ["mysql", "sqlite"], version = "^0.6.1"}
 fastapi = "^0.85.1"
 gunicorn = "^20.1.0"
-- 
GitLab