aboutsummaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index acea528a..ae40aee2 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -869,13 +869,13 @@ files = [
[[package]]
name = "pyjwt"
-version = "2.10.0"
+version = "2.10.1"
description = "JSON Web Token implementation in Python"
optional = false
python-versions = ">=3.9"
files = [
- {file = "PyJWT-2.10.0-py3-none-any.whl", hash = "sha256:543b77207db656de204372350926bed5a86201c4cbff159f623f79c7bb487a15"},
- {file = "pyjwt-2.10.0.tar.gz", hash = "sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c"},
+ {file = "PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"},
+ {file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"},
]
[package.dependencies]
@@ -1273,4 +1273,4 @@ brotli = ["brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "3f451fc68472c670212ea179790f9c868dd77eded59ab3c5686dbc11bfc44021"
+content-hash = "670cb4af302321810bde1767b2508abe9ad330a0d397215e87b5bac4ea15996a"
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"