diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-06-05 18:40:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-05 18:40:56 +0100 |
| commit | a1f64a0aa787628c7991fa863fd2a9157291020e (patch) | |
| tree | 315c6392fc487b8b52e75ae6e8870123e139a61f | |
| parent | d98e27e94419f9fbdfaec866595d124a62f2ad5b (diff) | |
| parent | 6d96d2ba0f6b029bfb3ee796b2dc89fe53539831 (diff) | |
| download | vyos-http-api-tools-a1f64a0aa787628c7991fa863fd2a9157291020e.tar.gz vyos-http-api-tools-a1f64a0aa787628c7991fa863fd2a9157291020e.zip | |
Merge pull request #55 from jestabro/T8885-revert-for-mirror
T8885: revert update to resubmit for forced mirroring
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | requirements.txt | 6 |
2 files changed, 3 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 7b2bcaf..844db52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,3 @@ -vyos-http-api-tools (2.5) unstable; urgency=medium - - * Update version of idna to 3.15 - * Update version of python-multipart to 0.0.27 - * Update version of python-dotenv to 1.2.2 - - -- VyOS maintainers and contributors <maintainers@vyos.io> Tue, 19 May 2026 19:20:56 -0500 - vyos-http-api-tools (2.4) unstable; urgency=medium * Update version of python-multipart to 0.0.26 diff --git a/requirements.txt b/requirements.txt index 25a10c5..01c7f79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ h11==0.16.0 # wsproto httptools==0.6.4 # via uvicorn -idna==3.15 +idna==3.10 # via anyio makefun==1.15.6 # via -r requirements.in @@ -36,9 +36,9 @@ pydantic-core==2.27.1 # via pydantic pyjwt==2.12.0 # via -r requirements.in -python-dotenv==1.2.2 +python-dotenv==1.0.1 # via uvicorn -python-multipart==0.0.27 +python-multipart==0.0.26 # via -r requirements.in python-pam==2.0.2 # via -r requirements.in |
