mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-13 11:52:45 +02:00
chore(deps): bump pyjwt from 2.10.1 to 2.12.0
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.0. - [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.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e0f4d7e2fc
commit
4cc2f470d8
3 changed files with 6 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ dependencies = [
|
|||
"uvicorn[standard]==0.40.0",
|
||||
"pydantic==2.12.5",
|
||||
"typing-extensions==4.15.0",
|
||||
"pyjwt==2.10.1",
|
||||
"pyjwt==2.12.0",
|
||||
"python-decouple==3.8",
|
||||
"psutil==7.2.2",
|
||||
"requests==2.32.5",
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ pydantic-settings==2.9.1
|
|||
# via fastapi
|
||||
pygments==2.19.1
|
||||
# via rich
|
||||
pyjwt==2.10.1
|
||||
pyjwt==2.12.0
|
||||
# via blitz-api (pyproject.toml)
|
||||
python-dateutil==2.9.0.post0
|
||||
# via celery
|
||||
|
|
|
|||
8
uv.lock
generated
8
uv.lock
generated
|
|
@ -195,7 +195,7 @@ requires-dist = [
|
|||
{ name = "loguru", specifier = "==0.7.3" },
|
||||
{ name = "psutil", specifier = "==7.2.2" },
|
||||
{ name = "pydantic", specifier = "==2.12.5" },
|
||||
{ name = "pyjwt", specifier = "==2.10.1" },
|
||||
{ name = "pyjwt", specifier = "==2.12.0" },
|
||||
{ name = "python-decouple", specifier = "==3.8" },
|
||||
{ name = "pyzmq", specifier = "==27.1.0" },
|
||||
{ name = "requests", specifier = "==2.32.5" },
|
||||
|
|
@ -1065,11 +1065,11 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "pyjwt"
|
||||
version = "2.10.1"
|
||||
version = "2.12.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/e7/46/bd74733ff231675599650d3e47f361794b22ef3e3770998dda30d3b63726/pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953", size = 87785, upload-time = "2024-11-28T03:43:29.933Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/a8/10/e8192be5f38f3e8e7e046716de4cae33d56fd5ae08927a823bb916be36c1/pyjwt-2.12.0.tar.gz", hash = "sha256:2f62390b667cd8257de560b850bb5a883102a388829274147f1d724453f8fb02", size = 102511, upload-time = "2026-03-12T17:15:30.831Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/61/ad/689f02752eeec26aed679477e80e632ef1b682313be70793d798c1d5fc8f/PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb", size = 22997, upload-time = "2024-11-28T03:43:27.893Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/15/70/70f895f404d363d291dcf62c12c85fdd47619ad9674ac0f53364d035925a/pyjwt-2.12.0-py3-none-any.whl", hash = "sha256:9bb459d1bdd0387967d287f5656bf7ec2b9a26645d1961628cda1764e087fd6e", size = 29700, upload-time = "2026-03-12T17:15:29.257Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue