diff options
| author | John Estabrook <jestabro@vyos.io> | 2026-03-16 08:18:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 08:18:22 -0500 |
| commit | 6ec35f95a47e20b76b1d5fece563ed3ec8ea57d4 (patch) | |
| tree | e763dee01182fafb1709e86cc72e350460bc2f92 | |
| parent | 16872af68e101df19bda661a19190ef4fc4d5fde (diff) | |
| parent | f89d4433be9e455ff874e718b5b45311d19fef13 (diff) | |
| download | vyos-http-api-tools-6ec35f95a47e20b76b1d5fece563ed3ec8ea57d4.tar.gz vyos-http-api-tools-6ec35f95a47e20b76b1d5fece563ed3ec8ea57d4.zip | |
Merge pull request #30 from vyos/dependabot/pip/pyjwt-2.12.0
build(deps): bump pyjwt from 2.10.1 to 2.12.0
| -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 |
