diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | requirements.txt | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7b2bcaf..2be6b36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyos-http-api-tools (2.6) unstable; urgency=medium + + * Update version of python-multipart to 0.0.31 + * Update version of pyjwt to 2.13.0 + + -- VyOS maintainers and contributors <maintainers@vyos.io> Tue, 16 Jun 2026 20:35:24 -0500 + vyos-http-api-tools (2.5) unstable; urgency=medium * Update version of idna to 3.15 diff --git a/requirements.txt b/requirements.txt index 25a10c5..ef4cffe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,11 +34,11 @@ pydantic==2.10.2 # via fastapi pydantic-core==2.27.1 # via pydantic -pyjwt==2.12.0 +pyjwt==2.13.0 # via -r requirements.in python-dotenv==1.2.2 # via uvicorn -python-multipart==0.0.27 +python-multipart==0.0.31 # via -r requirements.in python-pam==2.0.2 # via -r requirements.in |
