Skip to content

Commit

Permalink
api: bump release version for vulnerabilities API
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmoura committed Aug 20, 2024
1 parent a83fbca commit 4622e60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion uaclient/api/u/pro/packages/updates_with_cves/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def _updates_with_cves(
)

_doc = {
"introduced_in": "34",
"introduced_in": "35",
"requires_network": True,
"example_python": """
from uaclient.api.u.pro.packages.updates_with_cves.v1 import updates, UpdatesInfoWithCVEsOptions
Expand Down
2 changes: 1 addition & 1 deletion uaclient/api/u/pro/security/vulnerabilities/cve/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def _vulnerabilities(
)

_doc = {
"introduced_in": "34",
"introduced_in": "35",
"requires_network": True,
"example_python": """
from uaclient.api.u.pro.security.vulnerabilities.cve.v1 import vulnerabilites, CVEVulnerabilitesOptions
Expand Down
2 changes: 1 addition & 1 deletion uaclient/api/u/pro/security/vulnerabilities/usn/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def _vulnerabilities(
)

_doc = {
"introduced_in": "34",
"introduced_in": "35",
"requires_network": True,
"example_python": """
from uaclient.api.u.pro.security.vulnerabilities.usn.v1 import vulnerabilites,
Expand Down

0 comments on commit 4622e60

Please sign in to comment.