Skip to content

Commit

Permalink
Bump sphinx-rtd-theme from 3.0.0rc3 to 3.0.0rc4 (#107)
Browse files Browse the repository at this point in the history
* Bump sphinx-rtd-theme from 3.0.0rc3 to 3.0.0rc4

Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 3.0.0rc3 to 3.0.0rc4.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@3.0.0rc3...3.0.0rc4)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix schema

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: docktermj <michael@dockter.com>
  • Loading branch information
dependabot[bot] and docktermj authored Oct 3, 2024
1 parent a2e7ec5 commit beed3aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion development-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sphinx-autodoc-typehints==2.4.4
sphinx-gallery==0.17.1
sphinx-jinja2-compat==0.3.0
sphinx-prompt==1.9.0
sphinx-rtd-theme==3.0.0rc3
sphinx-rtd-theme==3.0.0rc4
sphinx-tabs==3.4.5
sphinx-toolbox==3.8.0
sphinx==8.0.2
Expand Down
18 changes: 16 additions & 2 deletions tests/szengine_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,15 @@ def get_entity_id_from_record_id(
"apiVersion": str,
"loadedRecords": int,
"addedRecords": int,
"bulkAddedRecords": int,
"optimizedOut": int,
"optimizedOutSkipped": int,
"newObsEnt": int,
"obsEntHashSame": int,
"obsEntHashDiff": int,
"partiallyResolved": int,
"deletedRecords": int,
"changeDeletes": int,
"reevaluations": int,
"repairedEntities": int,
"duration": int,
Expand All @@ -1676,10 +1684,14 @@ def get_entity_id_from_record_id(
"libFeatCacheMiss": int,
"resFeatStatCacheHit": int,
"resFeatStatCacheMiss": int,
"libFeatInsert": int,
"resFeatStatInsert": int,
"resFeatStatUpdateAttempt": int,
"resFeatStatUpdateFail": int,
Optional("resFeatStatUpdate"): int,
"unresolveTest": int,
"abortedUnresolve": int,
"gnrScorersUsed": int,
"lockWaits": {},
"unresolveTriggers": {},
"reresolveTriggers": {},
"reresolveSkipped": int,
Expand All @@ -1698,8 +1710,10 @@ def get_entity_id_from_record_id(
"suppressedCandidateBuilders": [],
"suppressedScoredFeatureType": [],
Optional("reducedScoredFeatureType"): [],
"suppressedCandidateBuildersForReresolve": [],
"suppressedScoredFeatureTypeForReresolve": [],
"suppressedDisclosedRelationshipDomainCount": int,
"CorruptEntityTestDiagnosis": {},
"corruptEntityTestDiagnosis": {},
"threadState": {},
"systemResources": {},
}
Expand Down

0 comments on commit beed3aa

Please sign in to comment.