aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-06 19:47:49 +0000
committerGravatar Johannes Christ <[email protected]>2025-02-08 11:05:08 +0100
commit8563c85f440aba5ded55efcefd1890c62893bab8 (patch)
treed8b40bed2cab8810e50124e5702e848c51e112c8 /pyproject.toml
parentBump taskipy from 1.14.0 to 1.14.1 (diff)
Bump pyjwt from 2.10.0 to 2.10.1
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.0...2.10.1)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 86248cff..34e887e1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ gunicorn = "23.0.0"
httpx = "0.27.2"
markdown = "3.7"
psycopg = {extras = ["binary"], version = "3.2.3"}
-pyjwt = {version = "2.10.0", extras = ["crypto"]}
+pyjwt = {version = "2.10.1", extras = ["crypto"]}
pymdown-extensions = "10.12"
python-frontmatter = "1.1.0"
pyyaml = "6.0.2"