Skip to content

Commit a92b9c8

Browse files
Merge branch 'master' into ecosystemspy
2 parents fe10f71 + ee3ce09 commit a92b9c8

40 files changed

Lines changed: 1154 additions & 493 deletions

File tree

deployment/clouddeploy/gke-workers/base/exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
imagePullPolicy: Always
2727
resources:
2828
requests:
29-
cpu: "10"
29+
cpu: "12"
3030
memory: "40Gi"
3131
limits:
3232
cpu: "20"

deployment/clouddeploy/gke-workers/environments/oss-vdb-test/exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
args:
1616
# TODO(michaelkedar): single source of truth w/ terraform config
1717
- "--upload-to-gcs=true"
18-
- "--workers=400"
18+
- "--workers=600"
1919
- "--bucket=osv-test-vulnerabilities"
2020
- "--osv-vulns-bucket=osv-test-vulnerabilities"
2121

deployment/clouddeploy/gke-workers/environments/oss-vdb/exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
value: oss-vdb
1515
args:
1616
- "--upload-to-gcs=true"
17-
- "--workers=400"
17+
- "--workers=600"
1818
- "--bucket=osv-vulnerabilities"
1919
- "--osv-vulns-bucket=osv-vulnerabilities"
2020

gcp/api/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/api/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires-python = ">=3.13,<4.0"
44
dependencies = [
55
"google-cloud-ndb==2.4.0",
66
"google-cloud-logging==3.13.0",
7-
"packaging==24.2",
7+
"packaging==26.0",
88
"requests==2.32.5",
99
"grpcio==1.75.0",
1010
"grpcio-reflection==1.75.0",
@@ -21,7 +21,7 @@ osv = { path = "../../", develop = true }
2121

2222
[tool.poetry.group.dev.dependencies]
2323
grpcio-tools = "*"
24-
mypy-protobuf = "^3.6.0"
24+
mypy-protobuf = "^5.0.0"
2525
yapf = "*"
2626
pylint = "*"
2727

gcp/functions/pypi/poetry.lock

Lines changed: 57 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/functions/pypi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pypi-publish"
33
requires-python = ">=3.13,<4.0"
44
dependencies = [
5-
"cryptography (==44.0.3)",
5+
"cryptography (==46.0.4)",
66
"google-cloud-secret-manager (==2.26.0)",
77
"osv (==0.1.2)",
88
"requests (==2.32.5)",

gcp/website/frontend3/package-lock.json

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/website/frontend3/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"@material/layout-grid": "14.0.0",
1616
"@material/theme": "14.0.0",
1717
"@material/web": "^2.0.0",
18-
"lit": "3.3.2",
19-
"spicy-sections": "git+https://github.com/tabvengers/spicy-sections.git#c3aae99dbf1e627cdf03a35c913d7f6e970de22b"
18+
"lit": "3.3.2"
2019
},
2120
"devDependencies": {
2221
"copy-webpack-plugin": "^13.0.0",

0 commit comments

Comments
 (0)