diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 250b47c6..14814536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ djangorestframework = "3.14.0"  gunicorn = "23.0.0"  httpx = "0.28.1"  markdown = "3.7" -psycopg = {extras = ["binary"], version = "3.2.3"} +psycopg = {extras = ["binary"], version = "3.2.5"}  pyjwt = {version = "2.10.1", extras = ["crypto"]}  pymdown-extensions = "10.14.3"  python-frontmatter = "1.1.0"  |