Skip to content

Commit f372257

Browse files
authored
Merge pull request #1544 from microbiomedata/1543-update-nmdc-schema-to-version-1140-and-submission-schema-to-version-1140
Update `nmdc-schema` and `submission-schema` each to version `11.4.0`
2 parents d347b3e + 54c8f9b commit f372257

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"click-repl==0.3.0",
3535
"colorama==0.4.6",
3636
"cryptography==43.0.1",
37-
"curies==0.8.0",
37+
"curies==0.9.2", # transitive dependency
3838
"decorator==5.1.1",
3939
"deprecated==1.2.14",
4040
"dnspython==2.7.0",
@@ -90,8 +90,8 @@ dependencies = [
9090
"mkdocs-redirects==1.2.1",
9191
"mypy==1.11.2",
9292
"mypy-extensions==1.0.0",
93-
"nmdc-schema==11.3.0",
94-
"nmdc-submission-schema==11.3.0",
93+
"nmdc-schema==11.4.0",
94+
"nmdc-submission-schema==11.4.0",
9595
"nmdc-geoloc-tools==0.2.0",
9696
"openpyxl==3.1.5",
9797
"packaging==24.1",

web/package.json

+1-1
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.3.0",
37+
"nmdc-schema": "https://github.com/microbiomedata/nmdc-schema#v11.4.0",
3838
"popper.js": "1.16.1",
3939
"protobufjs": "^6.11.3",
4040
"serialize-javascript": "^6.0.0",

web/yarn.lock

+2-2
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.3.0":
7765+
"nmdc-schema@https://github.com/microbiomedata/nmdc-schema#v11.4.0":
77667766
version "0.0.0"
7767-
resolved "https://github.com/microbiomedata/nmdc-schema#bdf58f09d47c72dd0a7fa2b3c2ab030aa5965cd4"
7767+
resolved "https://github.com/microbiomedata/nmdc-schema#c6222174a7c138f13c8c8291d81e9fc8b1cdd915"
77687768

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

0 commit comments

Comments
 (0)