diff options
author | Daniil Baturin <daniil@baturin.org> | 2023-04-27 14:58:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 14:58:52 +0100 |
commit | 26aaaea7b0968f745f9cfc0958e9ab84c9a1adaa (patch) | |
tree | 2444e54089304e70668bcd361842bb951d1e541c /debian | |
parent | 390f08d82bea80a1d8bbf0cd11d9d4762c7ac503 (diff) | |
parent | 8b752f958176ca579cf780175b3f9ee3617ab481 (diff) | |
download | vyos-http-api-tools-26aaaea7b0968f745f9cfc0958e9ab84c9a1adaa.tar.gz vyos-http-api-tools-26aaaea7b0968f745f9cfc0958e9ab84c9a1adaa.zip |
http-api: T5176: update vyos-http-api-tools for FastAPI security vulnerability
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 47ccddf..8df230a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyos-http-api-tools (2.1) unstable; urgency=medium + + * Update version of FastAPI to 0.92.0 + * Drop unneeded dependencies + + -- VyOS maintainers and contributors <maintainers@vyos.io> Mon, 24 Apr 2023 11:31:52 -0500 + vyos-http-api-tools (0.2.0-1.1) unstable; urgency=medium * Add sgqlc diff --git a/debian/control b/debian/control index d746f76..b5c880b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 10), python3-setuptools, dh-virtualenv (>= 1.0), python3-pip, - python3-dev, python3-venv Standards-Version: 3.9.6 |