diff --git a/pyproject.toml b/pyproject.toml index c7a6aad09..19ef45b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -334,7 +334,7 @@ dev = [ "pyenchant==3.2.2", "pylint==3.0.3", "pyproject-fmt==1.7.0", - "pyright==1.1.347", + "pyright==1.1.348", "pyroma==4.2", "pytest==7.4.4", "pytest-cov==4.1", diff --git a/tests/mock_vws/fixtures/vuforia_backends.py b/tests/mock_vws/fixtures/vuforia_backends.py index 2207fe75c..ca59bf5c1 100644 --- a/tests/mock_vws/fixtures/vuforia_backends.py +++ b/tests/mock_vws/fixtures/vuforia_backends.py @@ -264,8 +264,8 @@ def verify_mock_vuforia( VuforiaBackend.DOCKER_IN_MEMORY: _enable_use_docker_in_memory, }[backend] - decorated_function = _RETRY_ON_TOO_MANY_REQUESTS(request.node.obj) # pyright: ignore [reportGeneralTypeIssues] - request.node.obj = decorated_function # pyright: ignore [reportGeneralTypeIssues] + decorated_function = _RETRY_ON_TOO_MANY_REQUESTS(request.node.obj) # pyright: ignore [reportAttributeAccessIssue] + request.node.obj = decorated_function # pyright: ignore [reportAttributeAccessIssue] yield from enable_function( working_database=vuforia_database,