diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d2bc7f4..7ef605008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump ruff from 0.15.11 to 0.15.13 ([#1047](https://github.com/alpha-unito/streamflow/pull/1047), [#1067](https://github.com/alpha-unito/streamflow/pull/1067)) - Bump sphinxcontrib-bibtex from 2.6.5 to 2.7.0 ([#1057](https://github.com/alpha-unito/streamflow/pull/1057)) - Bump types-cachetools from 6.2.0.20260408 to 7.0.0.20260518 ([#1052](https://github.com/alpha-unito/streamflow/pull/1052), [#1071](https://github.com/alpha-unito/streamflow/pull/1071)) -- Bump types-jsonschema from 4.26.0.20260408 to 4.26.0.20260508 ([#1062](https://github.com/alpha-unito/streamflow/pull/1062)) +- Bump types-jsonschema from 4.26.0.20260408 to 4.26.0.20260518 ([#1062](https://github.com/alpha-unito/streamflow/pull/1062), [#1069](https://github.com/alpha-unito/streamflow/pull/1069)) - Bump types-psutil from 7.2.2.20260408 to 7.2.2.20260518 ([#1061](https://github.com/alpha-unito/streamflow/pull/1061), [#1072](https://github.com/alpha-unito/streamflow/pull/1072)) ## [0.2.0rc2] - 2026-04-23 diff --git a/pyproject.toml b/pyproject.toml index ef40c349d..3688d3e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ typing = [ "pandas-stubs==2.3.3.260113", "types-antlr4-python3-runtime==4.13.0.20260408", "types-cachetools==7.0.0.20260518", - "types-jsonschema==4.26.0.20260508", + "types-jsonschema==4.26.0.20260518", "types-psutil==7.2.2.20260518", "types-PyYAML==6.0.12.20250915" ] diff --git a/uv.lock b/uv.lock index 71497db2b..a87e7cac5 100644 --- a/uv.lock +++ b/uv.lock @@ -3478,7 +3478,7 @@ dev = [ { name = "sphinxcontrib-bibtex", specifier = "==2.7.0" }, { name = "types-antlr4-python3-runtime", specifier = "==4.13.0.20260408" }, { name = "types-cachetools", specifier = "==7.0.0.20260518" }, - { name = "types-jsonschema", specifier = "==4.26.0.20260508" }, + { name = "types-jsonschema", specifier = "==4.26.0.20260518" }, { name = "types-psutil", specifier = "==7.2.2.20260518" }, { name = "types-pyyaml", specifier = "==6.0.12.20250915" }, ] @@ -3509,7 +3509,7 @@ typing = [ { name = "pandas-stubs", specifier = "==2.3.3.260113" }, { name = "types-antlr4-python3-runtime", specifier = "==4.13.0.20260408" }, { name = "types-cachetools", specifier = "==7.0.0.20260518" }, - { name = "types-jsonschema", specifier = "==4.26.0.20260508" }, + { name = "types-jsonschema", specifier = "==4.26.0.20260518" }, { name = "types-psutil", specifier = "==7.2.2.20260518" }, { name = "types-pyyaml", specifier = "==6.0.12.20250915" }, ] @@ -3592,14 +3592,14 @@ wheels = [ [[package]] name = "types-jsonschema" -version = "4.26.0.20260508" +version = "4.26.0.20260518" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "referencing" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/11/d8/7ba8007c48e0de93d82268e0447312c9c28d90ac7a8f73e034356bb40921/types_jsonschema-4.26.0.20260508.tar.gz", hash = "sha256:ae0be85ac6ec0cb94a98f75f876b0620cf2afa3e37fdf8460203f4d05f745acb", size = 16602, upload-time = "2026-05-08T04:51:45.26Z" } +sdist = { url = "https://files.pythonhosted.org/packages/dd/46/73b6a5d61a61015c4248030a8cb07e5bdddb4041430fae9e585a68692578/types_jsonschema-4.26.0.20260518.tar.gz", hash = "sha256:e1dd53dc97a64f5eccdd6fa9839666e09bb500a8ebba2db6fdaf1789faea81a6", size = 16638, upload-time = "2026-05-18T06:06:44.106Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a3/55/4f25833c410426b1f359dd579f3b3d1ee0f43f5674b23a815f396d3ea63c/types_jsonschema-4.26.0.20260508-py3-none-any.whl", hash = "sha256:4ec1dea0a757c8c2e2aa7bc085612fb54e1ae9562428d5da6f26dd7a0f24dbc2", size = 16062, upload-time = "2026-05-08T04:51:44.437Z" }, + { url = "https://files.pythonhosted.org/packages/07/d5/134f8a147dcecda10db7f60cfc6af0578a25a5c53c87b3907a64385e0184/types_jsonschema-4.26.0.20260518-py3-none-any.whl", hash = "sha256:30b30a518c7fe335df85c919fcbcc631b69c03d4a4b5b632fa916bea03065307", size = 16072, upload-time = "2026-05-18T06:06:43.264Z" }, ] [[package]]