diff options
author | 2025-02-06 19:47:49 +0000 | |
---|---|---|
committer | 2025-02-08 11:05:08 +0100 | |
commit | 8563c85f440aba5ded55efcefd1890c62893bab8 (patch) | |
tree | d8b40bed2cab8810e50124e5702e848c51e112c8 /pyproject.toml | |
parent | Bump 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.toml | 2 |
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" |