altrepo: bump BASE_API_VERSION to 1.25.6

parent 4bdd48a2
...@@ -1814,7 +1814,7 @@ class VulnInfo: ...@@ -1814,7 +1814,7 @@ class VulnInfo:
class ALTRepoAPI: class ALTRepoAPI:
def __init__(self, session: aiohttp.ClientSession): def __init__(self, session: aiohttp.ClientSession):
self.BASE_API_VERSION = "1.19.34" self.BASE_API_VERSION = "1.25.6"
self._client = BaseAPI(session) self._client = BaseAPI(session)
self.api = APIInfo(self._client) self.api = APIInfo(self._client)
self.task = TaskInfo(self._client) self.task = TaskInfo(self._client)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment