Skip to content

Commit dbe5430

Browse files
authored
Merge pull request #1704 from microbiomedata/1703-update-nmdc-server-to-use-nmdc-schema-and-submission-schema-1191
Bump `nmdc-schema` and `nmdc-submission-schema` to version `11.9.1`
2 parents 1fc8215 + 8e59d5d commit dbe5430

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ dependencies = [
9696
"mkdocs-redirects==1.2.1",
9797
"mypy==1.11.2",
9898
"mypy-extensions==1.0.0",
99-
"nmdc-schema==11.8.0",
100-
"nmdc-submission-schema==11.8.0",
99+
"nmdc-schema==11.9.1",
100+
"nmdc-submission-schema==11.9.1",
101101
"nmdc-geoloc-tools==0.2.0",
102102
"openpyxl==3.1.5",
103103
"packaging==24.1",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"linkify-it": "^4.0.1",
3535
"lodash": "^4.17.21",
3636
"moment": "^2.29.4",
37-
"nmdc-schema": "https://github.com/microbiomedata/nmdc-schema#v11.8.0",
37+
"nmdc-schema": "https://github.com/microbiomedata/nmdc-schema#v11.9.1",
3838
"popper.js": "1.16.1",
3939
"protobufjs": "^6.11.3",
4040
"serialize-javascript": "^6.0.0",

web/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7762,9 +7762,9 @@ nice-try@^1.0.4:
77627762
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
77637763
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
77647764

7765-
"nmdc-schema@https://github.com/microbiomedata/nmdc-schema#v11.8.0":
7765+
"nmdc-schema@https://github.com/microbiomedata/nmdc-schema#v11.9.1":
77667766
version "0.0.0"
7767-
resolved "https://github.com/microbiomedata/nmdc-schema#34717ed8042412b96ab1db132037941258d9a70a"
7767+
resolved "https://github.com/microbiomedata/nmdc-schema#5f464e3aa2d302e4cb891e635001137c52e944d6"
77687768

77697769
no-case@^2.2.0:
77707770
version "2.3.2"

0 commit comments

Comments
 (0)