diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-03-13 22:59:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-13 22:59:01 +0000 |
| commit | f89d4433be9e455ff874e718b5b45311d19fef13 (patch) | |
| tree | e763dee01182fafb1709e86cc72e350460bc2f92 | |
| parent | 16872af68e101df19bda661a19190ef4fc4d5fde (diff) | |
| download | vyos-http-api-tools-f89d4433be9e455ff874e718b5b45311d19fef13.tar.gz vyos-http-api-tools-f89d4433be9e455ff874e718b5b45311d19fef13.zip | |
build(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>
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7e877d3..d88f6a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pydantic==2.10.2 # via fastapi pydantic-core==2.27.1 # via pydantic -pyjwt==2.10.1 +pyjwt==2.12.0 # via -r requirements.in python-dotenv==1.0.1 # via uvicorn |
